@php $item = Cache::get('site_status'); $ecomm_setting = $item ? json_decode($item) : null; @endphp {{$lims_sale_data->customer->name??''.'_Sale_'.$lims_sale_data->reference_no}} @if(preg_match('~[0-9]~', url()->previous())) @php $url = '../../pos'; @endphp @else @php $url = url()->previous(); @endphp @endif
Back

{{$ecomm_setting->title}}

Address:  {{$ecomm_setting->address}}
Phone:  {{$ecomm_setting->contact}}
Invoice No: {{$lims_sale_data->id}}
Date: {{$lims_sale_data->created_at}}
@if($paid_by_info)
Paid By: {{$paid_by_info}}
@endif

Bill To

{{$lims_customer_data->name}}
Address:  {{$lims_customer_data->address}}
Phone:  {{$lims_customer_data->phone_number}}
@foreach($lims_product_sale_data as $key => $product_sale_data)
# Description Qty Unit Price Total Tax Subtotal