@include('backend.section.breadcrumb', ['title'=> 'Category', 'sub_title'=> 'All-Categories']);
| NO |
Name |
Slug |
Image |
Action |
@foreach($all_categories as $index=>$item)
| {{$index+1}} |
{{$item->name}} |
{{$item->slug}} |
@if($item->image)
@else
No image found
@endif
|
|
@endforeach
@endsection
@push('scripts')
@endpush