@extends('layout.app') @section('title', 'Edit Journal Voucher') @push('header_script') @endpush @section('content')
| S. No. | Account Name* | Remark | Debit | Credit | Invoice No. | |
|---|---|---|---|---|---|---|
| {{ $i - 9 }} | {!! Form::select( 'account_ledger_id[]', ['' => 'Select '] + $accountLedger, old('account_ledger_id', $journal_voucher_detail->account_ledger_id), ['class' => 'form-control', 'required', 'id' => 'account_ledger_id' . $i], ) !!} | |||||
| Totals: | ||||||