Update Profile

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

Back to Profile
Full Name
{{ Auth()->user()->name }}
Email (readonly)
{{ Auth()->user()->email }}
Phone No.
Choose User Type {{--

--}}
{{-- --}}
{{-- {{ $user_type == 'Employee' ? 'Employee Id' : 'Registration No.' }} (readonly)
{{ Auth()->user()->unique_id }}
--}}
{{ Auth::user()->unique_id }}
Department{{ $user_type }} 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
Update Profile