{{ $product->name }}

{{ $product->name }}
@foreach(mb_str_split($attribute) as $a) {{ $a }} @endforeach @if($hot) Hot @endif @if($vegan) Vegetarisch @endif
{!! html_entity_decode($product->description) !!}
{{-- --}}
Menge
@if($size->count() > 0)
Optionen
@foreach($size as $k => $s) @endforeach
@endif
Ohne Zutaten
@foreach($options as $option) @endforeach
@if($category_options->count() > 0 || $category_options_free->count() > 0) @endif
@foreach($category_options as $k => $option_group) @foreach($option_group->optionValues as $value) @if(in_array($value->option_value_id, $selectedExtraOptions))
@endif @endforeach @endforeach @foreach($category_options_free as $k => $option_group) @foreach($option_group->optionValues as $value) @if(in_array($value->option_value_id, $selectedExtraOptionsFree))
@endif @endforeach @endforeach

{{ number_format($total, 1, '.', '') . ' €' }}