@csrf
@if (in_array(strtolower(pathinfo($item->media, PATHINFO_EXTENSION)), ['gif', 'jpg', 'jpeg', 'png', 'jfif', 'webp', 'avif']))
@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 (bccomp($item->userPrice(), $item->userPrice(withOffer: false), 3) !== 0)
{{ $item->userPrice(withOffer: false) }}
{{ $item->userPrice() }}
@else
{{ $item->userPrice() }}
@endif
@if ($item->options->isNotEmpty())
@foreach ($item->options as $option)
@foreach ($option->choices as $choice)
@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')
@endif