@include('partials.favicon') @php $paper = in_array((int) ($location?->printer_paper_mm ?? 80), [58, 80], true) ? (int) $location->printer_paper_mm : 80; $logoUrl = $location?->receiptLogoUrl(); $hasLogo = filled($logoUrl); @endphp
@if ($hasLogo) @endif @if ($location?->receipt_header)

{{ $location->receipt_header }}

@elseif (! $hasLogo)

{{ $location?->name ?? 'Ladill POS' }}

@endif @if ($hasLogo || $location?->receipt_header)

{{ $location?->name ?? 'Ladill POS' }}

@endif

{{ $sale->reference }}

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


@foreach ($sale->lines as $line) @endforeach
{{ $line->quantity }}× {{ $line->name }} {{ pos_money($line->line_total_minor, $sale->currency) }}

@if ($sale->loyalty_discount_minor) @endif @if ($sale->tip_minor) @endif @if ($sale->loyalty_points_earned) @endif
Loyalty −{{ pos_money($sale->loyalty_discount_minor, $sale->currency) }}
Tip {{ pos_money($sale->tip_minor, $sale->currency) }}
Total {{ pos_money($sale->total_minor, $sale->currency) }}
Points earned +{{ $sale->loyalty_points_earned }}
Payment {{ ucfirst($sale->payment_method) }}
@if ($sale->customer_name)

Customer: {{ $sale->customer_name }}

@endif @if ($location?->receipt_footer)

{{ $location->receipt_footer }}

@endif

Thank you

Back to sale Register
@if ($autoprint) @endif