| # |
Age Range |
Image |
Status |
Action |
@forelse ($ages as $key => $age)
| {{ $key + 1 }} |
{{ $age->age_range }} |
@if($age->image)
@else
No image
@endif
|
@if ($age->status == 'Active')
Active
@else
Inactive
@endif
|
|
@empty
|
No age categories found.
|
@endforelse
@if(method_exists($ages, 'links'))
{{ $ages->links('pagination::bootstrap-4') }}
@endif