@extends('layouts.cashier') @section('content')

Point of Sale

@if (Auth::guard('cashier')->check()) {{ Auth::guard('cashier')->user()->name }} @elseif (Auth::guard('admin')->check()) {{-- admin/login using default guard --}} {{ Auth::guard('admin')->user()->name }} @endif
Debug Info:

Products Loaded: {{ count($products) }}

Customers Loaded: {{ count($customers) }}

Alpine.js Status: Initializing...

Products

Loading products...

No products available

Contact admin to add products to the system

No products found for ""

Try a different search term

Customer (Optional)

Cart

Cart is empty

Add products from the left

Subtotal:
Discount:
Rs.
Tax:
Total:

Payment

Add New Customer

@endsection