Edit Branch
{!! Form::open(['route'=>array('branch.update', $branch->id), 'onsubmit'=>'BtnSubmit.disabled = true','method' => 'put']) !!}
{!! Form::close() !!}
{{$errors->first('branch_name')}}
{{$errors->first('contact_name')}}
{{$errors->first('contact_number')}}
{!! Form::select("vat",['yes'=> 'yes', 'no'=>'no'], old("vat", $branch->vat), ['class'=>'form-control' ,'id' => 'product_id1','required'=>'required'] ) !!}
{!! Form::select("inventory_adjustment_account_id", [''=> 'Select']+$expenses, $branch->inventory_adjustment_account_id, ['class'=>'form-control' ,'id' => 'inventory_adjustment_account_id','disabled'] ) !!}
{{$errors->first('address')}}