@if ($categories->count() > 0)
| Name |
Destinations |
Actions |
@foreach ($categories as $category)
| {{ $category->name }} |
{{ $category->Destinations()->count() }} |
|
@endforeach
@else
No Categories Yet
Create your first category to organize destinations
@endif