Create Driver
{{--position-relative--}}
@csrf
{{$errors->first('emp_code')}}
{!! Form::select('emp_type', ['driver'=>'Driver'], old('emp_type'), ['class'=>'form-control','id'=>'emp_type','required']) !!}
{{$errors->first('emp_type')}}
{{$errors->first('employee_name')}}
{{$errors->first('emp_img')}}
{{$errors->first('father_name')}}
{{$errors->first('reference_by')}}
{{$errors->first('mobile_no')}}
{{$errors->first('alt_mobile_no')}}
{{$errors->first('email')}}
{{$errors->first('aadhaar_card_no')}}
{{$errors->first('driving_licence_no')}}
{{$errors->first('pan_card_no')}}
{{$errors->first('joining_date')}}
{{$errors->first('salary')}}
{{$errors->first('address')}}
{{$errors->first('country')}}
{!! Form::select('state_id', [''=>'--Select--',]+$state, old('state_id'), ['class'=>'form-control','id'=>'state_id','required']) !!}
{{$errors->first('state_id')}}
{{$errors->first('city')}}
Document Type Image
{{$errors->first('remark')}}