@csrf
@if (in_array(strtolower(pathinfo($citem->media, PATHINFO_EXTENSION)),['gif','jpg','jpeg','png','jfif','webp']))
@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 }} SAR
@else
{{ $citem->offer_price }} SAR
@endif
@if ($citem->options->isNotEmpty())
@foreach ($citem->options as $option)
@foreach ($option->choices as $choice)
@if ($choice->price)
+{{ $choice->price }} SAR
@endif
@if ($choice->max_quantity)
@endif
@endforeach
@endforeach
@endif
@if ($branch->settings->orders->is_active && $branch->settings->services->menu_type === 'order')
@endif