{{-- resources/views/pos/desktop.blade.php --}} @extends('layouts.app_w_nav') @push('style') @endpush @section('content') @php $getDefaultCustomer = getDefaultCustomer(); @endphp
@csrf
{{-- ===== LEFT: Search + Inputs + Sale Table ===== --}}
{{-- Top toolbar --}}
--:--:--
{{-- Header row (invoice/date/branch/customer/stock) --}}
@if (usertype() == 'admin')
@else @endif
{{-- Search/Scan + Quick Inputs --}}
Find Product (F2 search, F3 price, F4 qty, Ctrl+Enter add)
Tip: Scan barcode and press Enter
{{-- Sale table --}}
Sale Items
# Code Description Qty Price VAT Amount
{{-- ===== RIGHT: Summary + Payment ===== --}}
Summary

Payment Methods
{{-- Minimal dynamic payment rows (compatible with your controller) --}}
{{-- Hidden fields arrays sent to backend (kept in sync by JS) --}}
Actions
Close Register
Shortcuts
Focus SearchF2
Focus PriceF3
Focus QtyF4
Add RowCtrl+Enter
PaymentF7
HoldF8
PrintF9
SaveCtrl+S
DiscountAlt+D
CancelEsc
{{-- Held Sales Modal --}} {{-- Audio --}}
@endsection @push('script') @endpush