Create Account Ledger
{!! Form::open(['route'=>array('account-ledger.store'), 'onsubmit'=>'BtnSubmit.disabled = true','method' => 'post']) !!}
{{$errors->first('account_name')}}
{!! Form::select("account_group_id", [''=>'Select ']+$accountGroup, old("account_group_id"), ['class'=>'form-control select2' ,'id' => 'account_group_id','required'=>'required'] ) !!}
{{$errors->first('opening_balance')}}
{{$errors->first('date')}}
{{$errors->first('account_code')}}
{!! Form::select("a_type", [''=>'Select Type',"Dr"=>"Dr",'Cr'=>'Cr'], old("a_type"), ['class'=>'form-control' ,'id' => 'a_type','required'=>'required'] ) !!}
{{$errors->first('a_type')}}