@csrf @if (in_array(strtolower(pathinfo($item->media, PATHINFO_EXTENSION)),['gif','jpg','jpeg','png','jfif','webp'])) @else @endif
{{ $item->title }}
@if ($item->service_tag_id)
{{ $item->tag->title }}
@endif
{!! $item->description !!}
@if ($item->warnings->isNotEmpty())
@foreach ($item->warnings as $warning) @endforeach
@endif @if ( $item->execution_time)
{{ $item->execution_time }}
@endif
@if ($item->offer) {{ $item->price }} {{ $item->offer_price }} @else {{ $item->offer_price }} @endif
@if ($item->options->isNotEmpty())
@foreach ($item->options as $option)
{{ $option->title }}
@foreach ($option->choices as $choice)
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 }}" />
@if ($choice->price)
+{{ $choice->price }}
@endif @if ($choice->max_quantity)
@endif
@endforeach
@endforeach
@endif @if ($branch->settings->orders->is_active && $branch->settings->services->menu_type === 'order')

@lang('global.add_your_notes_here')

@endif