@extends('layout.app') @section('title', 'Create Sale Voucher') @push('header_script') @endpush @section('content')
| Name of Item * | Qty * | Unit * | Rate/Unit * | Amount * | Discount | Tax Rate (%) | Tax Amount | Total Amount * | ||
|---|---|---|---|---|---|---|---|---|---|---|
| {!! Form::select('product_id[]', ['' => '--Select--'] + $product, old('product'), [ 'class' => 'form-control select2', 'id' => 'product_id_10', 'required', ]) !!} | {{-- | {!! Form::select( 'unit[]', ['' => '--Select--', 'liter' => 'Liter', 'kg' => 'KG', 'piece' => 'Piece', 'other' => 'Other'], old('unit'), ['class' => 'form-control', 'id' => 'units', 'required'], ) !!} | --}}{!! Form::select('tax_group_id[]', ['' => '--Select--'] + $taxGroup, old('tax_group_id'), [ 'class' => 'form-control select2 taxGroupIds', 'id' => 'tax_group_id_10', 'required', ]) !!} | |||||||
Total Amount |
||||||||||
{{-- Discount --}}
Discount (In/Ex):Other Charges:
{{-- here we are adding other expense --}}
SGST Input :CGST Input :IGST Input :Gross Total :Other Deduction:
{{-- here we are adding other deduction --}}
Round Off :TCS Amount :Net Total :Paid Amount :
{{-- payemnt content will be here --}}
Remaining Bal : |