@if(auth()->check() && auth()->user()->role === 'admin') Register New Trainee @else NYOTA Trainee Self-Registration @endif

@if(session('success')) @endif @if($errors->any()) @endif
@csrf

@if(auth()->check() && auth()->user()->role === 'admin')
@endif
@guest

Already registered? Login here

@endguest