@extends('layout.app') @section('title', 'Edit Journal Voucher') @push('header_script') @endpush @section('content')
{!! Form::open([ 'route' => ['journal-voucher.update', $journalVoucher->id], 'onsubmit' => 'BtnSubmit.disabled = true; return validateForm();', 'class' => 'row g-3 needs-validation', 'method' => 'put', 'autocomplete' => 'off', ]) !!}
{{ $errors->first('voucher_no') }}
{{ $errors->first('voucher_date') }}
{{ $errors->first('created_by') }}
{{ $errors->first('description') }}
{{ $errors->first('remark') }}
@foreach ($journalVoucher->journalVoucherDetails as $journal_voucher_detail)
S. No. Account Name* Debit Credit Invoice No.