Hotel Guide Categories
@can('hotel_guide_categories.create')
Add New Category
@endcan
@if (session('success'))
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
| ID | Category Name | Related Records | Created At | Actions |
|---|---|---|---|---|
| {{ $category->category_id }} | {{ $category->category_name }} | @if ($category->hasRelatedRecords()) {{ $category->getRelatedRecordsCount() }} records @else No records @endif |
{{ $category->created_at->format('M d, Y') }} {{ $category->created_at->format('H:i') }} |
|
No categories foundStart by creating your first hotel guide category. @can('hotel_guide_categories.create') Add Category @endcan |
||||