Add Receipt Voucher
{!! Form::open(['route'=>array('receipt-voucher.store'), 'onsubmit'=>'BtnSubmit.disabled = true','method' => 'post']) !!}
{{$errors->first('voucher_no')}}
{{$errors->first('receipt_date')}}
{!! Form::select("receipt_type", ['cash'=>'Cash','bank'=>'Bank'], old("receipt_type"), ['class'=>'form-control', 'required', 'id'=>'receipt_type'] ) !!}
{{$errors->first('receipt_type')}}
{!! Form::select("account_ledger_id", [''=>'Select']+$account_groups, old("account_ledger_id"), ['class'=>'form-control select2', 'required', 'id'=>'account_ledger_id'] ) !!}
{{$errors->first('account_ledger_id')}}
{{$errors->first('cheque_no')}}
{{$errors->first('cheque_date')}}
{!! Form::select("voucher_type", ['sales receipt'=>'Sales Receipt','insurance'=>'Insurance'], old("voucher_type",$type), ['class'=>'form-control select2', 'required', 'id'=>'voucher_type'] ) !!}
{{$errors->first('voucher_type')}}
{!! Form::select("receipt_to_id", [''=>'Select']+$customers, old("receipt_to_id"), ['class'=>'form-control', 'required select2', 'id'=>'receipt_to_id'] ) !!}
{{$errors->first('receipt_to_id')}}
{{$errors->first('total_amount')}}
{!! Form::select("branch_id", \App\Http\Helpers\Helper::getBranchData(), old("branch_id"), ['class'=>'form-control select2' ,'id' => 'branch_id','required'=>'required'] ) !!}
{{$errors->first('created_by')}}
{{-- Input Hidden --}}
@if($job_card_id != null)