@include('dashboard.layouts.head')
@include('dashboard.layouts.header') @include('dashboard.layouts.modal-theme') @include('dashboard.layouts.nav')
Customer
{{ $orden['user_nombre'] }},
{{ session('usuario_data')['correo'] }}
P: (207) 532-9109
Purchase Order: {{ $orden['folio'] }}
Order
Paid: @if ($orden['pagado_status'] === 'No') No @else Yes @endif
Po: {{ $orden['folio'] }}
Status: {{ $orden['estado_nivel'] }}
Currency: {{ $orden['moneda'] }}
@foreach ($orden['registros_productos'] as $item) @endforeach
Description Quantity Price Subotal Currency
{{ $item['nombre'] }} {{ $item['cantidad'] }} {{ $item['precio'] }} {{ $item['subtotal'] }} USD
Dates:
Creation date: {{ $orden['fecha_generado'] }}
Latest Estimated Arrival: {{ $orden['fecha_llegada_estimada'] }}
Expiration date: {{ $orden['fecha_vencimiento'] }}
Name of the pickup: {{ $orden['nombre_quien_recoge'] }}

Sub-total : $2266.59

Total : $2266.59

Balance : $2266.59

@include('dashboard.layouts.footer')
@include('dashboard.layouts.scripts')