@extends('layouts.admin') @section('title', 'POS - New Sale') @section('page-title', 'Point of Sale') @section('page-subtitle', 'Process a new sale') @section('content')

Search Product

Cart

Cart is empty. Search and add products above.

Checkout

@csrf
Total Amount: ₦0.00
Change: ₦0.00

Quick Add

@foreach($products->take(8) as $p) @endforeach
@endsection