Profile Registration

{{ __('Complete your profile to register with EDC.') }}

Full Name Email (readonly)
{{ Auth()->user()->email }}
Phone No.
Choose User Type
{{ Auth::user()->unique_id }}
Department Choose Department... @foreach (config('helpers.departments_all') as $value) {{ $value }} @endforeach
{{ $user_type == 'Employee' ? 'Select Designation' : 'Choose Course' }} @if ($user_type == 'Employee') Choose Designation... @foreach (config('helpers.designation_all') as $value) {{ $value }} @endforeach @elseif ($user_type == 'Student') Choose Course... @foreach (config('helpers.courses_all') as $value) {{ $value }} @endforeach @else Choose User Type (Employee or Student) @endif
@if ($avatar) @if(in_array(strtolower($avatar->getClientOriginalExtension()), ['jpeg', 'jpg', 'png', 'gif'])) @else Invalid file type. Please select an image. @endif @endif
Register