name
order
action
@foreach($categories as $category)
{{$category->name}}
{{$category->order ?? ''}}
$category->id ]) }}" class="btn btn-sm btn-icon item-edit">
@csrf @method('DELETE')
@endforeach @if(count($categories) <=0)
No data available
@endif
@if ($categories->hasPages())
@if (!$categories->onFirstpage())
@endif
Page {{ number_format($categories->currentPage()) }} of {{ number_format($categories->lastPage()) }}
@if (!$categories->onLastpage())
@endif
@endif