logo
Ticket: {{ substr($ticket,0,-4) }} {{ $estatus }}
{{ $cliente }} {{ $fecha }}
Correo: {{ $email }} Telefono: {{ $telefono }}
Estado: {{ $direccion->estado }} Municipio: {{ $direccion->municipio }} C.P:{{ $direccion->codigo_postal }} Col/Fracc: {{ $direccion->colonia }}
Calle: {{ $direccion->calles }} Num. Ext: {{ $direccion->numero_exterior }} Num. Int: {{ $direccion->numero_interior }}
Referencias: {{ $direccion->referencias }}
@foreach ($productos as $item => $value) @endforeach
Código Producto Talla Cantidad Precio Subtotal
{{ $value->codigo }} {{ $value->nombre }} {{ $value->talla }} {{ $value->cantidad }} ${{ number_format($value->precio,2,'.',',') }} ${{ number_format(($value->precio*$value->cantidad),2,'.',',') }}
Total de productos {{ $cantidad }} Subtotal ${{ number_format($subtotal,2,'.',',') }}
Costo de envío ${{ number_format($envio,2,'.',',') }}
Total ${{ number_format($total,2,'.',',') }}