{!! $receipt_details->invoice_heading !!}
@endif@if(!empty($receipt_details->invoice_no_prefix)) {!! $receipt_details->invoice_no_prefix !!} @endif {{$receipt_details->invoice_no}}
{{$receipt_details->display_name}}
@if(!empty($receipt_details->address))
{!! $receipt_details->address !!}
@endif
@if(!empty($receipt_details->contact))
{{ $receipt_details->contact }}
@endif
@if(!empty($receipt_details->website))
{{ $receipt_details->website }}
@endif
@if(!empty($receipt_details->tax_info1))
{{ $receipt_details->tax_label1 }} {{ $receipt_details->tax_info1 }}
@endif
@if(!empty($receipt_details->tax_info2))
{{ $receipt_details->tax_label2 }} {{ $receipt_details->tax_info2 }}
@endif
@if(!empty($receipt_details->location_custom_fields))
{{ $receipt_details->location_custom_fields }}
@endif
@if(!empty($receipt_details->table_label)) {!! $receipt_details->table_label !!} @endif {{$receipt_details->table}}
@endif @if(!empty($receipt_details->service_staff_label) || !empty($receipt_details->service_staff))@if(!empty($receipt_details->service_staff_label)) {!! $receipt_details->service_staff_label !!} @endif {{$receipt_details->service_staff}}
@endif@if(!empty($receipt_details->invoice_no_prefix)) {!! $receipt_details->invoice_no_prefix !!} @endif {{$receipt_details->invoice_no}}
@if(!empty($receipt_details->total_due)){!! $receipt_details->total_due_label !!} {{$receipt_details->total_due}}
@endif @if(!empty($receipt_details->total_paid)){!! $receipt_details->total_paid_label !!} {{$receipt_details->total_paid}}
@endif @if(!empty($receipt_details->date_label)){{$receipt_details->date_label}} {{$receipt_details->invoice_date}}
@endif
@if(!empty($receipt_details->sub_heading_line1))
{{ $receipt_details->sub_heading_line1 }}
@endif
@if(!empty($receipt_details->sub_heading_line2))
{{ $receipt_details->sub_heading_line2 }}
@endif
@if(!empty($receipt_details->sub_heading_line3))
{{ $receipt_details->sub_heading_line3 }}
@endif
@if(!empty($receipt_details->sub_heading_line4))
{{ $receipt_details->sub_heading_line4 }}
@endif
@if(!empty($receipt_details->sub_heading_line5))
{{ $receipt_details->sub_heading_line5 }}
@endif
No | @php $p_width = 35; @endphp @if($receipt_details->show_cat_code != 1) $p_width = 45; @endif{{$receipt_details->table_product_label}} | @if($receipt_details->show_cat_code == 1){{$receipt_details->cat_code_label}} | @endif{{$receipt_details->table_qty_label}} | {{$receipt_details->table_unit_price_label}} | {{$receipt_details->table_subtotal_label}} |
{{$loop->iteration}} | {{$line['name']}} {{$line['variation']}} @if(!empty($line['sub_sku'])), {{$line['sub_sku']}} @endif @if(!empty($line['brand'])), {{$line['brand']}} @endif @if(!empty($line['sell_line_note']))({{$line['sell_line_note']}}) @endif | @if($receipt_details->show_cat_code == 1)@if(!empty($line['cat_code'])) {{$line['cat_code']}} @endif | @endif{{$line['quantity']}} {{$line['units']}} | {{$line['unit_price_exc_tax']}} | {{$line['line_total']}} |
{{$modifier['name']}} {{$modifier['variation']}} @if(!empty($modifier['sub_sku'])), {{$modifier['sub_sku']}} @endif @if(!empty($modifier['sell_line_note']))({{$modifier['sell_line_note']}}) @endif | @if($receipt_details->show_cat_code == 1)@if(!empty($modifier['cat_code'])) {{$modifier['cat_code']}} @endif | @endif{{$modifier['quantity']}} {{$modifier['units']}} | {{$modifier['unit_price_exc_tax']}} | {{$modifier['line_total']}} | |
{{$payment['method']}} | {{$payment['amount']}} | {{$payment['date']}} |
{!! $receipt_details->subtotal_label !!} | {{$receipt_details->subtotal}} |
{{$k}} | {{$v}} |
{!! $receipt_details->discount_label !!} | (-) {{$receipt_details->discount}} |
{!! $key !!} | (+) {{$value}} |
{!! $receipt_details->tax_label !!} | (+) {{$receipt_details->tax}} |
{!! $receipt_details->total_label !!} | {{$receipt_details->total}} |
---|