@extends('backend.admin.master') @section('content')
@include('backend.section.breadcrumb', ['title'=> 'SubCategory', 'sub_title'=> 'Insert-SubCategory'])
All SubCategories
Add SubCategory

@foreach($all_subcategories as $index=>$item) @endforeach
NO Name Slug Category Image Action
{{$index+1}} {{$item->name}} {{$item->slug}} {{$item->category->name}} @if($item->category['image']) @else No image found @endif
@endsection @push('scripts') @endpush