@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->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 }} @else {{ $sitem->offer_price }} @endif
@if ($sitem->options->isNotEmpty())
@foreach ($sitem->options as $option)
{{ $option->title }}
@foreach ($option->choices as $choice)
@if ($sitem->spa->settings->orders->is_active)
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 }}
@endif @if ($sitem->spa->settings->orders->is_active) @if ($choice->max_quantity)
@endif @endif
@endforeach
@endforeach
@endif @if ($sitem->spa->settings->orders->is_active)

@lang('global.date_and_time')

    @lang('global.add_your_notes_here')

    @endif