@include('single_dashboard.layouts.header-single-dashboard') {{-- <-- Delete Modal --> --}}
Restaurant Menu Management
@foreach($singlerestaurantcategories as $singlerestaurantcategory)

{{ $singlerestaurantcategory->single_category_name }}

{{-- {{ route('restaurants-item-categories')}} --}}
{{--
--}}
{{-- item card --}}
@foreach($all_item_details as $all_item_detail) @if($all_item_detail->single_category_name == $singlerestaurantcategory->single_category_name) @endif @endforeach
@endforeach