@extends('layouts.master') @section('title', 'Edit Profile - Alumnus') @section('pagetitle', 'Edit Profile - Alumnus') @section('content') @include('layouts.partials.breadcrumbs', ['breadcrumbs' => [ ['url' => route('dashboard'), 'title' => __('Home')], ['url' => route('profile.view'), 'title' => __('Profile')], ['url' => route('profile.edit'), 'title' => __('Edit')] ]])
@include('layouts.partials.messages')

Alumnus Profile

Profile Picture

Choose a new avatar to be used in Guildroom

@method('PUT') @csrf

Full Name*

Customize your name on Guildroom

Email*

What email you would like to be contacted

(Note: Your school administrator will be notified)

Phone Number

Your contact number

(Note: Your school administrator will be notified)

Gender*

How you would like to be identified

(Note: Your school administrator will be notified)

@foreach ($genders as $gender)
id == $user->gender_id ? "checked" : "" }} name="gender_id"/>

{{ $gender->name }}

@endforeach

Date of Birth*

For your birthday

Maximum Mentees*

By default, the highest number of mentees that can be assigned to you.

Education

add
@method('PUT') @csrf

Education

close

Department*

Name of the department you graduated from

Degree*

The degree obtained

Matriculation Year*

The year you were matriculated

Graduation Year*

The year you graduated

Work Information

add

Work Information

close
@method('PUT') @csrf

Current Employer*

The place you currently work

Work Experience*

Your work experience

Password

add

Password

close
@method('PUT') @csrf

Old Password*

New Password*

@endsection