@if(explode('/', request()->headers->get('referer')[3]) == "pventas") @endif
@if ($productData->product->image != null) ... @else ... @endif

{{$productData->product->name}}

{{number_format($productData->product->value, 2, ',', '.')}}

{{$productData->product->description}}
@if (count($productData->ingredients)>0)
{{ trans('pventa.ordenarService.quitar_ing') }}
@foreach ($productData->ingredients as $itemIngredient) @endforeach
@endif @if (count($productData->mandatoryIngredients)>0)
{{ trans('pventa.ordenarService.quitar_base') }}
@foreach ($productData->mandatoryIngredients as $key => $itemMandatoryIngredient) @endforeach
@endif @if (count($productData->additional)>0)
{{ trans('pventa.ordenarService.ing_adici') }}
@foreach ($productData->additional as $itemAdditional) @endforeach
@endif @if (count($productData->accompanist)>0)
{{ trans('pventa.ordenarService.acompaƱantes') }}
@foreach ($productData->accompanist as $itemAccompanist) @endforeach
@endif