{{ __('Become An Instructor') }}
×
@if(Auth::check()) @php $users = App\Instructor::where('user_id', Auth::user()->id)->first(); @endphp @if($users != NULL)
{{ __('Already Request') }}
{{ csrf_field() }} {{ method_field('DELETE') }}
{{ __('Cancel') }} {{ __('Request') }}
@else
{{ csrf_field() }}
{{ __('First Name') }}:
*
{{ __('Last Name') }}:
*
{{ __('Email') }}:
*
{{ __('Mobile') }}:
*
{{ __('Detail') }}:
*
{{ __('Upload Resume') }}:
*
{{ __('Upload Image') }}:
*
@endif @else @endif