@extends('store.layout.main') @section('title', 'Add Sale') @section('page-header') @endsection @section('header-css') @endsection @section('header-js') @if(isset($editCart)) @endif @endsection @section('main-container')
{{-- LEFT SIDE : PRODUCT SEARCH & CART --}}
Add Product
{{-- SEARCH BAR --}}
0
{{-- SELECTED PRODUCTS TABLE --}}
Product Price Qty Total Action
No product added
Customer
{{-- RIGHT SIDE : BILL SUMMARY --}}

Bill Summary

Base Price Subtotal 0.00
Subtotal (Excl. Discount & Tax) 0.00
Discounts
Subtotal (After Discount) 0.00
TAX
Payable Amount 0.00
@endsection @section('script') @if(isset($editCustomer)) @endif @endsection