@extends('backend.admin.master') @section('content')
@include('backend.section.breadcrumb', ['title'=> 'Category', 'sub_title'=> 'All-Categories']);
All Categories
Add Category

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