@extends('layouts.master') @section('content')
Receipt Voucher Edit Receipt Voucher {{-- Forms --}} {{-- Form Layouts --}}

Edit New Receipt Voucher Back to Receipt Voucher

Create Receipt Voucher

@csrf @method('PUT') @if (count($errors) > 0)
@foreach ($errors->all() as $error) @endforeach
@endif
{{--
--}}
{{-- --}}
{{--
--}}

@foreach ($vouchersNumber->vouchers as $index => $voucher) @endforeach
# Account No Account Title Payment Mode Instrument Amount Remarks Tax Debit Created Credit Debit Actions
{{ $loop->iteration }} {{ $voucher->account_no }} {{ $voucher->account_title }} {{ $voucher->payment_mode }} {{ $voucher->instrument }} {{ $voucher->amount }} {{ $voucher->remarks }} {{ $voucher->tax_debit }} {{ $voucher->date }} {{ $voucher->credit }} {{ $voucher->debit }}
Total: 0.00 0.00
@endsection @push('scripts') @endpush