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