{{-- --}}
No asignado
@endifNo asignado @if(Auth::check()) @if(Auth::user()->id_profile_vp == 1) @endif @endif
@endif{{$address->observation}}
@else @foreach(json_decode($address->observation) as $product){{$product->nombreProducto}} (x{{$product->cantidad}}) {{number_format($product->valorTotal, 2)}}
@endforeach @endifDistancia total: {{number_format($delivery->distance, 2)}}Km
@endif @if(is_null(json_decode($delivery->total_price)))Total: ${{number_format($delivery->total_price)}}
@elseImpuestos: ${{number_format(json_decode($delivery->total_price)->tax, 2)}}
Propina: ${{number_format(json_decode($delivery->total_price)->tip, 2)}}
Domicilio: ${{number_format(json_decode($delivery->total_price)->delivery, 2)}}
Subtotal: ${{number_format(json_decode($delivery->total_price)->subTotal, 2)}}
Total: ${{number_format(json_decode($delivery->total_price)->total, 2)}}
@endif