{!! $item->name !!}
{!! numberFormat($item->offer_price) !!}
{!! $item->description !!}

{!! __('v2/front_site.allergies') !!}

@if (count($allergies) > 0) @foreach ($allergies as $key => $allergy)

{!! $allergy->title !!}

@endforeach @else

{!! __('v2/front_site.no_allergy') !!}

@endif
@if ($item->how_spicy > 0)

{!! __('v2/front_site.how_spicy') !!}

@endif