CA | Producto | @foreach($print['products'] as $product)||
---|---|---|---|
{{$product['amount']}} | {{-- @if($product->has('comment'))--}}
{{-- {{$product['category']}}--}}
*{{$product['product']}} @if($product['filling'] == 1) ({{$product['fillings'][0]['filling_name']}}, {{$product['fillings'][1]['filling_name']}}) @endif [{{number_format($product["sale_price"],2 ,'.' ,',')}}] @if($product->has('comment')) {{str_replace("@@","\n",$product['comment'])}}@endif |
{{-- @else--}}
{{-- --}}
{{-- --}}
{{-- *{{$product['category']}} --}}
{{-- *{{$product['product']}}--}}
{{-- --}}
{{-- @if($product['filling'] == 1)--}}
{{-- --}} {{-- --}} {{-- ({{$product['fillings'][0]['filling_name']}}, {{$product['fillings'][1]['filling_name']}})--}} {{-- --}} {{-- @endif--}} {{-- | --}}
{{-- @endif--}}
{{-- {{number_format($product['total_price'], 2, '.', ',')}} | --}}
{{-- | --}} | ||
{{-- | --}} |