{!! Form::select("expense_account_id", [''=>'Select ']+$expenses, old("expense_account_id", 79), ['class'=>'form-control new-select3' ,'id' => 'product_id2','required'=>'required'] ) !!}
{{$errors->first('expense_account_id')}}
{!! Form::select("department_id", $departments, old("department_id"), ['class'=>'form-control new-select3' ,'id' => 'department_id','required'=>'required'] ) !!}
{{$errors->first('department_id')}}