| {{ $restaurantDetails->restaurant_name??'' }}: Menu @if(isset($user_type) && $user_type == "admin") (Admin commission: {{$admin_commission}}%) @endif | ||||||||
|---|---|---|---|---|---|---|---|---|
| {{$val->dish_category_name??'' }} | ||||||||
| {{$dish->dish_name}} ${{$dish->dish_Price}} @if(isset($user_type) && $user_type == "admin") ${{$dish->dish_base_Price}} @endif @if(isset($user_type) && $user_type == "admin") Preparation time: {{ $dish->dish_preparationTime??0 }}mins @endif |
@if(!empty(objectToArray($dish->dish_addonCategory)))
@if(!empty(objectToArray($dish->dish_addonCategory)))
@foreach($dish->dish_addonCategory as $dish_addonCategory)
|
@else
@endif | ||||||
No menu found.
@endif