@include('components.backend.head') @include('components.backend.header') @include('components.backend.sidebar')
+ Add Shop By Category
@foreach($category as $key => $item) @endforeach
# Image Title Image Action
{{ $key + 1 }} {{ $item->category_name }} @if($item->product_image) Image @else No Image @endif Edit  
@csrf @method('DELETE')
@include('components.backend.footer') @include('components.backend.main-js')