@extends('website.branches.service.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.orders')
@if (session("metadata.{$branch->service->branch_id}.order_type") === 'delivery' || ($branch->settings->orders->is_active && $branch->settings->services->menu_type === 'order'))
@lang('global.order_details')
@if ($branch->service->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