{{ __('frontstaticword.BecomeAnInstructor') }}

@if(Auth::check()) @php $users = App\Instructor::where('user_id', Auth::user()->id)->first(); @endphp @if($users != NULL)
{{ __('frontstaticword.AlreadyRequest') }}
{{ csrf_field() }} {{ method_field('DELETE') }}
@else
{{ csrf_field() }}

@endif @else
@endif