| # |
Name |
Status |
Action |
@forelse ($makes as $key => $maker)
| {{ $key + 1 }} |
{{ $maker->name }}
|
@if ($maker->status == 'active')
Active
@else
Inactive
@endif
|
|
@empty
|
No makers found.
|
@endforelse
@if(method_exists($makes, 'links'))
{{ $makes->links('pagination::bootstrap-4') }}
@endif