@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
{{ $location->receipt_header }}
@elseif (! $hasLogo){{ $location?->name ?? 'Ladill POS' }}
@endif @if ($hasLogo || $location?->receipt_header){{ $location?->name ?? 'Ladill POS' }}
@endif| {{ $line->quantity }}× | {{ $line->name }} | {{ pos_money($line->line_total_minor, $sale->currency) }} |
| Total | {{ pos_money($sale->total_minor, $sale->currency) }} | |
| Payment | {{ ucfirst($sale->payment_method) }} | |
Customer: {{ $sale->customer_name }}
@endif @if ($location?->receipt_footer){{ $location->receipt_footer }}
@endifThank you