@extends('layout.app') @section('title', 'Edit Purchase 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, $details->product_id, [ 'class' => 'form-control select2', 'id' => "product_id_$i", 'required', ]) !!} | {!! Form::select('tax_group_id[]', ['' => '--Select--'] + $taxGroup, $details->tax_group_id, [ 'class' => 'form-control select2 taxGroupIds', 'id' => 'tax_group_id_' . $i, 'required', ]) !!} | ||||||||
Total Amount |
|||||||||
{{-- Discount --}}
Discount (In/Ex):Other Charges:
@php
$j = 10;
@endphp
@if ($purchaseVoucher->voucherExpense->isNotEmpty())
@foreach ($purchaseVoucher->voucherExpense as $expense)
{{-- --}}
@php
$j++;
@endphp
@endforeach
@endif
SGST Input :CGST Input :IGST Input :Gross Total :Other Deduction:
@php
$l = 10;
@endphp
@if ($purchaseVoucher->voucherDeduction->isNotEmpty())
@foreach ($purchaseVoucher->voucherDeduction as $deduction)
Round Off :TCS Amount :Net Total :Paid Amount :
@php
$k = 10;
@endphp
@if ($purchaseVoucher->voucherPayment->isNotEmpty())
@foreach ($purchaseVoucher->voucherPayment as $payment)
Remaining Bal : |