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

@lang('global.add_from_menu_options')

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

@lang('global.orders')

@lang('global.order_details')

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

00:59

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