Solicitud de facturación
PEDIDO #{{ $order->id }}
Productos de este pedido
@foreach($order->details as $d)
{{ $d->product }} {{ $d->variant }} x {{ $d->quantity }}
@endforeach
Subtotal: ${{ $order->subtotal }}
Envío: ${{ $order->shipping_amount }}
Total: ${{ $order->total }}
DATOS DE FACTURACIÓN
RFC: {{ $billing_request->data->rfc }}
USO FACTURA: {{ $billing_request->data->use }}
RAZÓN SOCIAL: {{ $billing_request->data->reason }}
CORREO ELECTRONICO: {{ $billing_request->data->email }}
CÓDIGO POSTAL: {{ $billing_request->data->zip }}
CIUDAD: {{ $billing_request->data->city }}
DELEGACIÓN/MCPIO: {{ $billing_request->data->del_or_mcpio }}
COLONIA: {{ $billing_request->data->colony }}
CALLE: {{ $billing_request->data->street }}
NO. INTERIOR: {{ $billing_request->data->inside }}
NO. EXTERIOR: {{ $billing_request->data->outside }}