@csrf
@if (in_array(strtolower(pathinfo($citem->media, PATHINFO_EXTENSION)), ['gif', 'jpg', 'jpeg', 'png', 'jfif', 'webp','avif']))
@else
@endif
{{ $citem->title }}
@if ($citem->charity_tag_id)
{{ $citem->tag->title }}
@endif
{!! $citem->description !!}
@if ($citem->warnings->isNotEmpty())
@foreach ($citem->warnings as $warning)
 }})
@endforeach
@endif
@if ($citem->execution_time)
{{ $citem->execution_time }}
@endif
@if ($citem->offer)
{{ $citem->price }}
{{ $citem->offer_price }}
@else
{{ $citem->offer_price }}
@endif
@if ($citem->options->isNotEmpty())
@foreach ($citem->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