@csrf @if ($sitem->medias->isNotEmpty())
@else @if (in_array(strtolower(pathinfo($sitem->media, PATHINFO_EXTENSION)),['gif','jpg','jpeg','png','jfif','webp'])) @else @endif @endif
{{ $sitem->title }}
@if ($sitem->spa_tag_id)
{{ $sitem->tag->title }}
@endif
{!! $sitem->description !!}
@if ($sitem->warnings->isNotEmpty())
@foreach ($sitem->warnings as $warning) @endforeach
@endif
{{ $sitem->execution_time }} ( @if ($sitem->execution_time_format === 'm') @lang('global.minutes') @else @lang('global.hours') @endif )
@if ($sitem->price == 0) @elseif ($sitem->offer) {{ $sitem->price }} {{ $sitem->offer_price }} SAR @else {{ $sitem->offer_price }} SAR @endif
@if ($sitem->options->isNotEmpty())
@foreach ($sitem->options as $option)
{{ $option->title }}
@foreach ($option->choices as $choice)
@if ($branch->settings->orders->is_active && $branch->settings->services->menu_type === 'order')
first && $option->required) required @endif @if ($option->max_choices > 1) type='checkbox' name="options[{{ $option->id }}][choices][{{ $choice->id }}][id]" @else type="radio" name="options[{{ $option->id }}][choices][0][id]" @endif value="{{ $choice->id }}" />
@else @endif @if ($choice->price)
+{{ $choice->price }} SAR
@endif @if ($branch->settings->orders->is_active && $branch->settings->services->menu_type === 'order') @if ($choice->max_quantity)
@endif @endif
@endforeach
@endforeach
@endif @if ($branch->settings->orders->is_active && $branch->settings->services->menu_type === 'order')

@lang('global.date_and_time')

    @lang('global.add_your_notes_here')

    @endif