@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
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)
# {{trans('file.Description')}} {{trans('file.Qty')}} {{trans('file.Unit Price')}} {{trans('file.Total')}} {{trans('file.Tax')}} {{trans('file.Subtotal')}}