@extends('layouts.admin.master') @section('title', 'Sales') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('content') @if(count($errors) > 0)
@endif @if($message = Session::get('error'))
@endif @if($message = Session::get('success'))
@endif
@csrf
No Product Quantity Free Qty Unit Price MRP Gross Amt Disc % Discount Price GST % CGST Amt SGST % SGST Amt Total
1
Add

Price Section

Gross Total Taxable CGST Amt Sales Value Other Expense Cost Factor
Discount
Total Tax SGST Amt Net Value Freight Coolie
Item Discount Exempted IGST Amt Cess Amt Add.Cess
Cash Discount
Round Off

Bill Amount

0.00

@endsection