@extends('layouts.app') @section('title', 'Point of Sale - Modern Kenyan Supermarket') @section('style') @endsection @section('content')
POS System Error

The POS system encountered an error. Please try refreshing the page.

{{ config('app.name', 'Kenyan Supermarket') }}
{{ config('app.address', 'Nairobi CBD') }} {{ config('app.phone', '0700 000 000') }}
Today Sales
0
Revenue
KES 0
Avg. Sale
KES 0
Customers
0
@include('pos.components.pos-customer-section')
@include('pos.components.pos-product-grid')
@include('pos.components.pos-cart')
Quick Payment
Hold Sale
Reprint
Calculator
F1 Search Products
F2 Select Customer
F3 New Sale
F8 Payment
F9 M-Pesa Manager
ESC Close Modal
Ctrl+B Barcode Scanner
@include('pos.components.pos-payment-modal') @include('pos.components.pos-receipt-modal') @include('pos.components.pos-customer-modal') @include('pos.components.pos-discount-modal') @include('pos.components.pos-held-sales-modal') @include('pos.components.pos-barcode-modal') @include('pos.components.pos-calculator-modal') @include('pos.components.manual-mpesa-modal') @include('pos.components.mpesa-transactions-modal')
@endsection @section('script') @endsection