@if(preg_match('~[0-9]~', url()->previous())) @php $url = '../../pos'; @endphp @else @php $url = url()->previous(); @endphp @endif
{{trans('file.Back')}}

{{$lims_biller_data->company_name}}

Address:  {{$lims_warehouse_data->address}}
Phone:  {{$lims_warehouse_data->phone}}
@if($general_setting->vat_registration_number)
{{trans('file.VAT Number')}}:  {{$general_setting->vat_registration_number}}
@endif
Warning: Undefined variable $sale_custom_fields in C:\laragon\www\pos\resources\views\backend\sale\a4_invoice.blade.php on line 58

Warning: foreach() argument must be of type array|object, null given in C:\laragon\www\pos\resources\views\backend\sale\a4_invoice.blade.php on line 58

Warning: Undefined variable $customer_custom_fields in C:\laragon\www\pos\resources\views\backend\sale\a4_invoice.blade.php on line 62

Warning: foreach() argument must be of type array|object, null given in C:\laragon\www\pos\resources\views\backend\sale\a4_invoice.blade.php on line 62
Invoice No: {{$lims_sale_data->reference_no}}
Date: {{$lims_sale_data->created_at}}
@if($paid_by_info)
Paid By: {{$paid_by_info}}
@endif

Bill To

{{$lims_customer_data->name}}
VAT Number:  {{$lims_customer_data->tax_no}}
Address:  {{$lims_customer_data->address}}
Phone:  {{$lims_customer_data->phone_number}}
@foreach($lims_product_sale_data as $key => $product_sale_data)
Fatal error: Uncaught Error: Class "App\Models\Product" not found in C:\laragon\www\pos\resources\views\backend\sale\a4_invoice.blade.php:124 Stack trace: #0 {main} thrown in C:\laragon\www\pos\resources\views\backend\sale\a4_invoice.blade.php on line 124
# {{trans('file.Description')}} {{trans('file.Qty')}} {{trans('file.Unit Price')}} {{trans('file.Total')}} {{trans('file.Tax')}} {{trans('file.Subtotal')}}