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

Edit New Journal Voucher Back to Journal Voucher

Create Journal Voucher

@csrf @if (count($errors) > 0)
@foreach ($errors->all() as $error) @endforeach
@endif
@foreach ($vouchersNumber->vouchers as $voucher) @endforeach

{{-- {{dd($vouchersNumber->vouchers)}} --}} {{-- @foreach ($vouchersNumber->vouchers as $index => $voucher) @endforeach --}} @foreach ($vouchersNumber->vouchers as $index => $voucher) @endforeach
# Account No Account Title Payment Mode Instrument Amount Remarks Debit Credit Partner Name Tax Debit Transaction Acc No Transaction Acc Name Description Status Created Actions
{{ $loop->iteration }} {{ $voucher->account_no }} {{ $voucher->account_title }} {{ $voucher->payment_mode }} {{ $voucher->instrument }} {{ $voucher->amount }} {{ $voucher->remarks }} {{ $voucher->debit }} {{ $voucher->credit }} {{ $voucher->partner_name }} {{ $voucher->tax_debit }} {{ $voucher->transaction_acc_no }} {{ $voucher->transaction_acc_name }} {{ $voucher->desciption }} {{ $voucher->status }} {{ $voucher->date }}
{{ $loop->iteration }} {{ $voucher->account_no }} {{ $voucher->account_title }} {{ $voucher->payment_mode }} {{ $voucher->instrument }} {{ $voucher->amount }} {{ $voucher->remarks }} {{ $voucher->debit }} {{ $voucher->credit }} {{ $voucher->partner_name }} {{ $voucher->tax_debit }} {{ $voucher->transaction_acc_no }} {{ $voucher->transaction_acc_name }} {{ $voucher->desciption }} Inactive {{ $voucher->date }}
@endsection @push('scripts') @endpush