@extends('masterpage') @section('newpagecontent')

Mentor/Instructor Registration


Register for Mentor/Instructor



@if(!empty($errors->first()))
{{ $errors->first() }}
@endif
@if ($errors->has('full_name')) {{ $errors->first('full_name') }} @endif
@if ($errors->has('dob')) {{ $errors->first('dob') }} @endif
@if ($errors->has('institute1')) {{ $errors->first('institute1') }} @endif
@if ($errors->has('degree1')) {{ $errors->first('degree1') }} @endif
@if ($errors->has('award1')) {{ $errors->first('award1') }} @endif
@if ($errors->has('institute2')) {{ $errors->first('institute2') }} @endif
@if ($errors->has('degree2')) {{ $errors->first('degree2') }} @endif
@if ($errors->has('email')) {{ $errors->first('award2') }} @endif
@if ($errors->has('institute3')) {{ $errors->first('institute3') }} @endif
@if ($errors->has('degree3')) {{ $errors->first('degree3') }} @endif
@if ($errors->has('award3')) {{ $errors->first('award3') }} @endif

@if ($errors->has('certification1')) {{ $errors->first('certification1') }} @endif

@if ($errors->has('certification2')) {{ $errors->first('certification2') }} @endif

@if ($errors->has('certification3')) {{ $errors->first('certification3') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
* @if ($errors->has('state')) {{ $errors->first('state') }} @endif
* @if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('district')) {{ $errors->first('district') }} @endif
@if ($errors->has('pin')) {{ $errors->first('pin') }} @endif
@if ($errors->has('nearest_airport')) {{ $errors->first('nearest_airport') }} @endif
@if ($errors->has('dis_airport')) {{ $errors->first('dis_airport') }} @endif
@if ($errors->has('time_airport')) {{ $errors->first('time_airport') }} @endif
@if ($errors->has('nearest_railway')) {{ $errors->first('nearest_railway') }} @endif
@if ($errors->has('exp_institute1')) {{ $errors->first('exp_institute1') }} @endif
@if ($errors->has('exp_designation1')) {{ $errors->first('exp_designation1') }} @endif
@if ($errors->has('exp_start_date1')) {{ $errors->first('exp_start_date1') }} @endif
@if ($errors->has('exp_end_date1')) {{ $errors->first('exp_end_date1') }} @endif
@if ($errors->has('exp_institute2')) {{ $errors->first('exp_institute2') }} @endif
@if ($errors->has('exp_designation2')) {{ $errors->first('exp_designation2') }} @endif
@if ($errors->has('exp_start_date2')) {{ $errors->first('exp_start_date2') }} @endif
@if ($errors->has('exp_end_date2')) {{ $errors->first('exp_end_date2') }} @endif
@if ($errors->has('exp_institute3')) {{ $errors->first('exp_institute3') }} @endif
@if ($errors->has('exp_designation3')) {{ $errors->first('exp_designation3') }} @endif
@if ($errors->has('exp_start_date3')) {{ $errors->first('exp_start_date3') }} @endif
@if ($errors->has('exp_end_date3')) {{ $errors->first('exp_end_date3') }} @endif
@if ($errors->has('broad_expertise')) {{ $errors->first('broad_expertise') }} @endif
@if ($errors->has('specific_topics')) {{ $errors->first('specific_topics') }} @endif
@if ($errors->has('expertise_areas')) {{ $errors->first('expertise_areas') }} @endif
@if ($errors->has('video_link')) {{ $errors->first('video_link') }} @endif
@if ($errors->has('days_month')) {{ $errors->first('days_month') }} @endif
@if ($errors->has('highlights')) {{ $errors->first('highlights') }} @endif
@if ($errors->has('upload_cv')) {{ $errors->first('upload_cv') }} @endif
@if ($errors->has('upload_photo')) {{ $errors->first('upload_photo') }} @endif
{{-- --}}
@endsection