@extends('website.branches.menu.layouts.index') @section('content') @if ($advertisments->isNotEmpty()) @foreach ($advertisments as $advertisment) @endforeach @endif @if ($table) {{$table->title}} @endif @if (request('table') && $branch->settings->enable_call_waiter) @lang('global.call_waiter') @endif @foreach ($branch->menu->sections as $section) {{ $section->title }} @endforeach @foreach ($branch->menu->sections as $section) {{ $section->title }} @foreach ($section->meals as $meal) @if (in_array(strtolower(pathinfo($meal->media, PATHINFO_EXTENSION)),['gif','jpg','jpeg','png','jfif','webp'])) @else @endif {{ $meal->title }} @if ($meal->tag_id) {{ $meal->tag->title }} @endif {!! $meal->description ?: __('global.no_description') !!} @if ($meal->offer) {{ $meal->price }} {{ $meal->offer_price }} SAR @else {{ $meal->offer_price }} SAR @endif @if (!$order || ($order && in_array($order->status->title,$order->branch->settings->enable_adding_meal_to_order_on_status))) @if ($branch->settings->is_interactive_menu) @else @endif @endif @endforeach @endforeach @lang('global.add_from_menu_options') @if ($branch->settings->is_interactive_menu)
00:59