{{-- POS Sale Edit File : resources/views/livewire/pos/pos-edit.blade.php Component: app/Livewire/Pos/PosEdit.php --}}
@once @endonce {{-- ══ TOP BAR ════════════════════════════════════════════ --}}
Logo
Invoice {{ $invoiceNo }}
@if($customerFound)
{{ $customerName ?: $mobile }}
@elseif($newCustomer)
@endif
{{-- Cost popup button --}} {{-- Notes button --}} View Sales
{{-- Flash --}} @if($flashMsg)
{{ $flashMsg }}
@endif {{-- ══ BODY ════════════════════════════════════════════════ --}}
{{-- ── LEFT: Products ──────────────────────────────── --}}
@foreach($categories as $cat) @endforeach
Scroll for more…
{{-- ── RIGHT: Bill ────────────────────────────────── --}}
{{-- 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 --}}
{{-- ══ COST POPUP ═════════════════════════════════════════ --}} {{-- ══ NOTES POPUP ════════════════════════════════════════ --}} {{-- ══ JS ══════════════════════════════════════════════════ --}}