{{-- POS Billing Screen File : resources/views/livewire/pos/create.blade.php Component: app/Livewire/Pos/Create.php --}}
@once @endonce {{-- ══ TOP BAR ════════════════════════════════════════════ --}}
Sirisuggi POS— Edit
Invoice {{ $invoiceNo }}
@if($customerFound)
{{ $customerName ?: $mobile }}
@elseif($newCustomer)
@endif
{{-- Flash --}} @if($flashMsg)
{{ $flashMsg }}
@endif {{-- ══ BODY ════════════════════════════════════════════════ --}}
{{-- ── LEFT: Products (col-8) ─────────────────────────── --}}
@foreach($categories as $cat) @endforeach
{{-- ── RIGHT: Bill (col-4) ─────────────────────────────── --}}
{{-- Bill header --}}
Edit Bill {{ $invoiceNo }}
@if($customerFound || $newCustomer)
{{ $customerName ?: $mobile }} {{ $mobile }}
@endif
{{-- Empty state --}}
Bill is empty
Click any product to add
{{-- Bill items --}}
{{-- Quick bar --}}
Qty
{{-- Bill footer --}}
{{-- Pass data to JS --}}
@push('scripts') @endpush