{{ $errors->first('project_id_fk') }}
@endif{{ $errors->first('project_type_id_fk') }}
@endif{{ $errors->first('staff_type_id_fk') }}
@endif{{ $errors->first('voucher_type_id_fk') }}
@endif| Debit | Credit | @if($autoVoucherTypeItemSettingSelected) @foreach($autoVoucherTypeItemSettingSelected as $item) |
|---|---|---|
| {!! Form::select('debit[]', $optionListDebit, empty($item->hr_transaction_heads_id_fk_for_debit) ? $item->acc_account_ledger_id_fk_for_debit :$item->hr_transaction_heads_id_fk_for_debit, ['class' => 'form-control debit','autocomplete'=>'off']) !!} | {!! Form::select('credit[]', $optionListCredit, empty($item->hr_transaction_heads_id_fk_for_credit) ? $item->acc_account_ledger_id_fk_for_credit :$item->hr_transaction_heads_id_fk_for_credit, ['class' => 'form-control credit','autocomplete'=>'off']) !!} | |
|
{!! Form::select('debit[]', $optionListDebit, null, ['class' => 'form-control debit','autocomplete'=>'off']) !!}
@if ($errors->has('debit'))
{{ $errors->first('transaction_head_id_fk') }} @endif |
{!! Form::select('credit[]', $optionListCredit, null, ['class' => 'form-control credit','autocomplete'=>'off']) !!}
@if ($errors->has('credit[]'))
{{ $errors->first('transaction_head_id_fk') }} @endif |
|
| Add | ||