{{$sale['name']}}

Tel: {{preg_replace('~.*(\d{3})[^\d]{0,7}(\d{3})[^\d]{0,7}(\d{4}).*~', '($1) $2-$3',$sale['phone'])}}

Fecha de entrega: {{ $fecha_entrega }}

@foreach($products as $product) {{-- @if($product->has('comment'))--}} {{-- @else--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- --}} {{-- --}} @endforeach
CA Producto
{{$product['amount']}} {{-- {{$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
--}} {{-- --}} {{-- {{$product['category']}} --}} {{-- *{{$product['product']}}--}} {{--
--}} {{-- @if($product['filling'] == 1)--}} {{-- --}} {{-- ({{$product['fillings'][0]['filling_name']}}, {{$product['fillings'][1]['filling_name']}})--}} {{-- --}} {{-- @endif--}} {{--
{{number_format($product['total_price'], 2, '.', ',')}}