@extends('website.branches.spa.layouts.index') @section('content') @if ($advertisement_locations->isNotEmpty())
@endif

@lang('global.add_from_menu_options')

@if ($user?->orders()->isNotEmpty()) @endif @if ($branch->settings->orders->is_active && $branch->settings->services->menu_type === 'order')

@lang('global.order_details')

@if ($branch->spa->branch->settings->orders->is_otp_active && !$user)

00:59

@lang('global.resend_otp')
@endif
@endif @if ($order) @else
@endif @if ($survey) @if ($survey->required && session()->missing("survey_answered.$survey->id")) @else @endif @endif @endsection