@extends('masterpage') @section('newpagecontent') Mentor/Instructor Registration Register for Mentor/Instructor @if(!empty($errors->first())) {{ $errors->first() }} @endif Full Name* @if ($errors->has('full_name')) {{ $errors->first('full_name') }} @endif Date of Birth* @if ($errors->has('dob')) {{ $errors->first('dob') }} @endif Education Qualification 1 Institution* @if ($errors->has('institute1')) {{ $errors->first('institute1') }} @endif Name of the Degree* @if ($errors->has('degree1')) {{ $errors->first('degree1') }} @endif Year of Award* @if ($errors->has('award1')) {{ $errors->first('award1') }} @endif Education Qualification 2 Institution @if ($errors->has('institute2')) {{ $errors->first('institute2') }} @endif Name of the Degree @if ($errors->has('degree2')) {{ $errors->first('degree2') }} @endif Year of Award @if ($errors->has('email')) {{ $errors->first('award2') }} @endif Education Qualification 3 Institution @if ($errors->has('institute3')) {{ $errors->first('institute3') }} @endif Name of the Degree @if ($errors->has('degree3')) {{ $errors->first('degree3') }} @endif Year of Award @if ($errors->has('award3')) {{ $errors->first('award3') }} @endif Certifications (If you have too many then only give important ones) Name of the Certification 1 @if ($errors->has('certification1')) {{ $errors->first('certification1') }} @endif Name of the Certification 2 @if ($errors->has('certification2')) {{ $errors->first('certification2') }} @endif Name of the Certification 3 @if ($errors->has('certification3')) {{ $errors->first('certification3') }} @endif Address* @if ($errors->has('address')) {{ $errors->first('address') }} @endif Country* @if ($errors->has('country')) {{ $errors->first('country') }} @endif State * @if ($errors->has('state')) {{ $errors->first('state') }} @endif City * @if ($errors->has('city')) {{ $errors->first('city') }} @endif District * @if ($errors->has('district')) {{ $errors->first('district') }} @endif Pin Code* @if ($errors->has('pin')) {{ $errors->first('pin') }} @endif Nearest Airport * @if ($errors->has('nearest_airport')) {{ $errors->first('nearest_airport') }} @endif Distance of your home from Airport * @if ($errors->has('dis_airport')) {{ $errors->first('dis_airport') }} @endif Time taken to reach nearest Airport* @if ($errors->has('time_airport')) {{ $errors->first('time_airport') }} @endif Nearest Railway Station* @if ($errors->has('nearest_railway')) {{ $errors->first('nearest_railway') }} @endif Experience 1 Name of the Institution/Industry* @if ($errors->has('exp_institute1')) {{ $errors->first('exp_institute1') }} @endif Designation* @if ($errors->has('exp_designation1')) {{ $errors->first('exp_designation1') }} @endif Start Date * @if ($errors->has('exp_start_date1')) {{ $errors->first('exp_start_date1') }} @endif End Date* @if ($errors->has('exp_end_date1')) {{ $errors->first('exp_end_date1') }} @endif Experience 2 Name of the Institution/Industry @if ($errors->has('exp_institute2')) {{ $errors->first('exp_institute2') }} @endif Designation @if ($errors->has('exp_designation2')) {{ $errors->first('exp_designation2') }} @endif Start Date @if ($errors->has('exp_start_date2')) {{ $errors->first('exp_start_date2') }} @endif End Date @if ($errors->has('exp_end_date2')) {{ $errors->first('exp_end_date2') }} @endif Experience 3 Name of the Institution/Industry @if ($errors->has('exp_institute3')) {{ $errors->first('exp_institute3') }} @endif Designation @if ($errors->has('exp_designation3')) {{ $errors->first('exp_designation3') }} @endif Start Date @if ($errors->has('exp_start_date3')) {{ $errors->first('exp_start_date3') }} @endif End Date @if ($errors->has('exp_end_date3')) {{ $errors->first('exp_end_date3') }} @endif Broad Expertise that you can teach along with hands on lab at coding level involvement* @if ($errors->has('broad_expertise')) {{ $errors->first('broad_expertise') }} @endif Specific topics that you can teach along with hands on lab at coding level involvement* @if ($errors->has('specific_topics')) {{ $errors->first('specific_topics') }} @endif Expertise areas is which you can mentor real life projects to teams with code level involvement* @if ($errors->has('expertise_areas')) {{ $errors->first('expertise_areas') }} @endif Any Video Link of at least 5 minute of your teaching @if ($errors->has('video_link')) {{ $errors->first('video_link') }} @endif How much days per month you can spare for this* @if ($errors->has('days_month')) {{ $errors->first('days_month') }} @endif Any other highlights of yours* @if ($errors->has('highlights')) {{ $errors->first('highlights') }} @endif Upload CV* @if ($errors->has('upload_cv')) {{ $errors->first('upload_cv') }} @endif Upload Photo* @if ($errors->has('upload_photo')) {{ $errors->first('upload_photo') }} @endif {{-- --}} Seat Avaibility × @endsection
Mentor/Instructor Registration