Create Driver
{{--position-relative--}}
@csrf
Employee Code
*
{{$errors->first('emp_code')}}
Employee Type
*
{!! Form::select('emp_type', ['driver'=>'Driver'], old('emp_type'), ['class'=>'form-control','id'=>'emp_type','required']) !!}
{{$errors->first('emp_type')}}
Employee Name
*
{{$errors->first('employee_name')}}
Photo
{{$errors->first('emp_img')}}
Father Name
*
{{$errors->first('father_name')}}
Reference By
{{$errors->first('reference_by')}}
Contact No.
*
{{$errors->first('mobile_no')}}
Alternate Contact No.
{{$errors->first('alt_mobile_no')}}
Email
{{$errors->first('email')}}
Aadhaar Card
{{$errors->first('aadhaar_card_no')}}
Driving Licence No.
{{$errors->first('driving_licence_no')}}
Pan Card No.
{{$errors->first('pan_card_no')}}
Joining Date
*
{{$errors->first('joining_date')}}
Salary
{{$errors->first('salary')}}
Address (Village, Road Name, Building Name etc.)
*
{{$errors->first('address')}}
Country
*
{{$errors->first('country')}}
State
*
{!! Form::select('state_id', [''=>'--Select--',]+$state, old('state_id'), ['class'=>'form-control','id'=>'state_id','required']) !!}
{{$errors->first('state_id')}}
District/City
*
{{$errors->first('city')}}
Document Type
Image
Remark
{{$errors->first('remark')}}
Submit