Attractions Categories
| ID | Category Name | Attraction Places Count | Actions |
|---|---|---|---|
| {{ $category->category_id }} | {{ $category->category_name }} | @if ($category->nearbies_count > 0) {{ $category->nearbies_count }} @else 0 @endif |
@extends('layouts.app') @section('content')
| ID | Category Name | Attraction Places Count | Actions |
|---|---|---|---|
| {{ $category->category_id }} | {{ $category->category_name }} | @if ($category->nearbies_count > 0) {{ $category->nearbies_count }} @else 0 @endif |