@extends('layouts.master') @section('title', 'Profile') @section('content')

Mentor Profile

profile-image

Contact Information

Full name:

{{$user->getFullName()}}

Email address:

{{$user->email}}

Phone number:

{{$user->phone}}

Gender:

{{$user->gender['name'] ? : '-'}}

Date of Birth:

{{$user->birthday ? $user->present()->birthday : '-'}}

Education information

{{-- --}} {{-- --}} {{-- --}}

Department:

{{$user->data['department'] ?? '-'}}

Degree:

{{$user->data['degree'] ?? '-'}}

School year:

{{$user->data['academic_year']['from'] ?? '-'}} - {{$user->data['academic_year']['to'] ?? '-'}}

Work Information

Current employer:

{{$user->data['employment_info']['current_employer'] ?? '-'}}

Work experience:

{{$user->data['employment_info']['work_experience'] ?? 0}} years
@endsection