@csrf
@if (in_array(strtolower(pathinfo($item->media, PATHINFO_EXTENSION)),['gif','jpg','jpeg','png','jfif','webp']))
@else
@endif
{{ $item->title }}
@if ($item->tag_id)
{{ $item->tag->title }}
@endif
{!! $item->description !!}
@if ($item->warnings->isNotEmpty())
@foreach ($item->warnings as $warning)
 }})
@endforeach
@endif
@if ($item->calories || $item->preparation_time)
{{ $item->calories }} @lang('global.calorie')
@if ($item->calories && $item->preparation_time)
-
@endif
@if ( $item->preparation_time)
{{ $item->preparation_time }}
@endif
@endif
@if ($item->price == 0)
@lang('global.without_fees')
@elseif ($item->offer)
{{ $item->price }}
{{ $item->offer_price }} SAR
@else
{{ $item->offer_price }} SAR
@endif
@if ($item->options->isNotEmpty())
@foreach ($item->options as $option)
@foreach ($option->choices as $choice)
@if ($item->service->settings->orders->is_active)
@else
@endif
@if ($choice->price)
+{{ $choice->price }} SAR
@endif
@if ($item->service->settings->orders->is_active)
@if ($choice->max_quantity)
@endif
@endif
@endforeach
@endforeach
@endif
@if ($item->service->settings->orders->is_active)
@endif