{{----}}
¡Hola {{$item->contact_name}}!
El producto {{$item->name_product}} esta agotado..
Nombre del producto | Cantidad | Total | Unidad de medida |
---|---|---|---|
{{$order_detail_user->name}} | {{$order_detail_user->qty}} | ${{number_format($order_detail_user->total,2,'.','')}} | {{$order_detail_user->unit_name}} |
Subtotal: ${{number_format($item->subtotal,2,'.',',')}} Costo de envío: ${{number_format($item->shipping_cost,2,'.',',')}} Total: ${{number_format($item->total,2,'.',',')}} |