{{----}}
¡Hola {{$item->contact_name}}!
@if($status === 1)El producto {{$item->name_product}} esta nuevamente disponible
@elseEl producto {{$item->name_product}} esta agotado..
@endifNombre 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($resultsubtotal,2,'.',',')}} Costo de envío: ${{number_format($item->shipping_cost,2,'.',',')}} Total: ${{number_format($resulttotal,2,'.',',')}} @if($status === 1)El producto {{$item->name_product}} se a sumado nuevamente.. @elseEl producto {{$item->name_product}} se a restado.. @endif |