{!!$receipt_details->address!!}
CUSTOMER:
{!! trim($receipt_details->customer_info) !!}
Product ID | Description | Quantity | Unit Price | Total Amount |
{{$key + 1}} |
{{$line['name']}} {{$line['variation']}}
@if(!empty($line['sub_sku'])), {{$line['sub_sku']}} @endif @if(!empty($line['brand'])), {{$line['brand']}} @endif @if(!empty($line['cat_code'])), {{$line['cat_code']}}@endif
@if(!empty($line['sell_line_note']))({{$line['sell_line_note']}}) @endif
@if(!empty($line['lot_number'])) {{$line['lot_number_label']}}: {{$line['lot_number']}} @endif @if(!empty($line['product_expiry'])), {{$line['product_expiry_label']}}: {{$line['product_expiry']}} @endif |
{{$line['quantity']}} {{$line['units']}} | {{$line['unit_price_inc_tax']}} | {{$line['line_total']}} |
TERM OF SALE AND OTHER COMMENTS
{{$transaction->additional_notes ?? '--'}}
Subtotal | {{$receipt_details->subtotal}} |
---|---|
Discount | (-) {{$receipt_details->discount ?? 0.00}} |
Tax | (+) {{$receipt_details->tax ?? 0.00}} |
Total | {{$receipt_details->total}} |
LKR |