Create Insurance
{!! Form::open(['route'=>array('insurance.store'), 'onsubmit'=>'BtnSubmit.disabled = true','method' => 'post']) !!}
{!! Form::close() !!}
{{$errors->first('insurance_code')}}
{{$errors->first('company_name')}}
{{$errors->first('trn_number')}}
{{$errors->first('land_line')}}
{{$errors->first('mobile_number')}}
{{$errors->first('contact_person')}}
{{$errors->first('email')}}
{{$errors->first('start_date')}}
{!! Form::select("branch_id", \App\Http\Helpers\Helper::getBranchData(), old("branch_id"), ['class'=>'form-control' ,'id' => 'branch_id','required'=>'required'] ) !!}
{{$errors->first('address')}}