← Sales

{{ $sale->reference }}

{{ $sale->created_at->format('M j, Y g:i A') }}

{{ $sale->status }}
Payment
{{ $sale->payment_method }}
Total
{{ pos_money($sale->total_minor, $sale->currency) }}
@if ($sale->customer_name)
Customer
{{ $sale->customer_name }}
@endif
@foreach ($sale->lines as $line) @endforeach
ItemQtyAmount
{{ $line->name }} {{ $line->quantity }} {{ pos_money($line->line_total_minor, $sale->currency) }}
@if ($sale->location?->receipt_footer)

{{ $sale->location->receipt_footer }}

@endif @if ($sale->isPaid() && !empty($invoiceUrl)) @endif