{{trans('applang.package_sticker')}} {{$companyData->business_name}}
{{$companyData->first_name}} {{$companyData->last_name}}
{{$companyData->email}}
{{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


@foreach($salesInvoice->salesInvoiceDetails as $item) @endforeach
{{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}}

{{$salesInvoice->inv_number}}
{{$salesInvoice->inv_number}}