@extends('layouts.app') @section('title', 'Point of Sale') @section('breadcrumb') @endsection @push('styles') @endpush @section('content')
@csrf
{{-- ════════════ LEFT ════════════ --}}
{{-- Barcode / Search --}}
{{-- Search Results --}}
Results
{{-- Cart --}}
Cart 0
# Product Qty Price (৳) Disc. (৳) Total Serial
Cart is empty. Scan or search a product.
{{-- ════════════ RIGHT ════════════ --}}
{{-- Customer --}}
@can_permission('customers.create') @endcan_permission
{{-- Totals --}}
Subtotal ৳0.00
Discount
VAT

TOTAL ৳0.00
{{-- Payment --}}
{{-- Sale Type --}}
{{-- Account --}}
{{-- Payment Method --}}
@foreach(['cash'=>'Cash','card'=>'Card','mobile_banking'=>'bKash/Nagad','bank_transfer'=>'Bank','due'=>'Due'] as $val => $lbl) @endforeach
{{-- Paid --}}
{{-- Numpad --}}
@foreach(['7','8','9','4','5','6','1','2','3','00','0','.'] as $n)
@endforeach
{{-- Change / Due --}}
Change ৳0.00
Due ৳0.00
{{-- Action Buttons --}}
{{-- Hidden form used only to POST the cart to Quotations --}}
@csrf
{{-- Serial Selection Modal --}} {{-- Quick Add Customer Modal --}} @endsection @push('scripts') @endpush