@php $item = Cache::get('site_status'); $ecomm_setting = $item ? json_decode($item) : null; @endphp
{{$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}}
|
||||||
| # | Description | Qty | Unit Price | Total | Tax | Subtotal |