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

Mentor 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

Education

close
@method('PUT') @csrf

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 @section('scripts') @endsection