@extends('layouts.pos') @section('content')
{{-- Header --}}
🏪

{{ auth()->user()->branch->name ?? app_name() }}

විකුණුම් පද්ධතිය

v4.2 FIXED
👤 {{ auth()->user()->name }}
📴 Offline
🔄
🏠
Dashboard
උපකරණ පුවරුව
📦
Stock Management
තොග කළමනාකරණය
🧾
Invoices
ඉන්වොයිස
@csrf
{{-- Main Content --}}
{{-- Left Panel - Cart --}}
{{-- Search Bar --}}
🔍
{{-- Search Results Dropdown --}}
{{-- Cart Header --}}

🛒 Cart

{{-- Cart Items --}}
{{-- Cart Summary --}}
Subtotal
Item Discounts
Bill Discount
Tax (0%)
TOTAL
{{-- Right Panel - Products & Payment --}}
{{-- Quick Categories --}}

QUICK CATEGORIES

@foreach($categories as $category) @endforeach
{{-- Popular Products Grid --}}

POPULAR PRODUCTS

{{-- Payment Section --}}
{{-- Quick Actions --}}
{{-- Payment Modal --}}

Amount Due

{{-- Success Modal --}}

Sale Complete!

{{-- Stock Warning Modal --}}
⚠️

Out of Stock!

Product:

Available:

In Cart:

Location:
Source:

@endsection @push('scripts') @endpush