Restaurant Menu Management
@foreach($all_item_details as $all_item_detail)
@if($all_item_detail->single_category_name == $singlerestaurantcategory->single_category_name)
@endif
@endforeach