| Image |
Name |
Status |
Action |
@if(!empty($list) && $list->count())
@foreach($list as $key => $value)
|
{{ $value->name }}
|
{{ ucfirst($value->status) }}
|
Edit
|
@endforeach
@else
| There are no data. |
@endif
{{ $list->withQueryString()->links('pagination::bootstrap-5') }}