|
|||||||
|
{{trans('applang.invoice')}} # {{$salesInvoice->inv_number}}
|
|
{{trans('applang.ship_to')}}
{{$salesInvoice->client->full_name}}
{{$salesInvoice->client->email}}
{{$salesInvoice->client->phone}}
|
{{trans('applang.invoice_to')}}
{{$salesInvoice->client->full_name}}
@if($salesInvoice->client->street_address != null)
{{$salesInvoice->client->street_address}}{{$salesInvoice->client->state}}, {{$salesInvoice->client->city}}, {{$salesInvoice->client->postal_code}} @endif |
| {{trans('applang.item')}} | {{trans('applang.description')}} | {{trans('applang.quantity')}} |
| {{\App\Models\ERP\Inventory\Product::where('id', $item->product_id)->pluck('name')->first()}} | {{$item->description}} | {{$item->quantity}} |
| {{trans('applang.the_total')}} | {{$invoice_items_quantities_total}} | |