@extends('website.branches.restaurant.layouts.index') @section('content') @if ($advertisement_locations->isNotEmpty())
@endif @if (!$branch->settings->orders->is_available)
@endif

@lang('global.add_from_menu_options')

@if ($user?->orders()->isNotEmpty()) @endif

@lang('global.cart')

@if (session("metadata.{$branch->restaurant->branch_id}.order_type") === 'delivery' || ($branch->settings->orders->is_active && $branch->settings->services->menu_type === 'order'))

@lang('global.order_details')

@if ($branch->restaurant->branch->settings->orders->is_otp_active && !$user) @endif
@endif @if ($order) {{-- --}} @endif @if ($survey) @if ($survey->required && session()->missing("survey_answered.$survey->id")) @else @endif @endif @endsection