@extends('shop.layouts.main') @extends('shop.layouts.top_bar') @section('page_title', 'POS') @section('header_styles') @endsection @section('header_scripts') @endsection @section('content')

Point of Sale

Product List

@forelse($products as $product) @empty @endforelse
# Product Price Quantity Action
{{ $loop->iteration }} {{ $product->name }}
No products available

Invoice Preview

Product Quantity Price Total Action

Total: 0 AED

Final Total: 0 AED

@endsection @section('footer_scripts') @endsection