Dashboard
@if(!$mentorsForSlider->isEmpty())
@endif
@if(!empty($mentorsForSlider))
@foreach($mentorsForSlider as $count=>$mentorForSlider)
@endforeach
@endif
@else
My mentors
{{$mentorForSlider->mentor->getFullName() ?? "No mentor yet"}}
{{$mentorForSlider->mentor['data']['degree'] ?? ""}}
@if(!empty($mentorsForSlider))
@foreach($mentorsForSlider as $count=>$mentor)
@endforeach
@endif
Request Mentor Match
Going through the profiler did not return any match or you chose to skip that step. We can assign a mentor to you manually. Please click the button below when you want or go back to the profiler.
My Appointment
You have {{$upcomingAppointments}} Upcoming appointment
Recent Appointments
@forelse($recentAppointments as $recentAppointment)
@empty
{{$recentAppointment->getMeetingTime()->diffForHumans()}}
->avatar ?? url('assets/img/profile.png')}})
{{$recentAppointment->mentor->getFullName()}}
{{$recentAppointment->start}} - {{$recentAppointment->end}}
You have no recent appointments at the moment
@endforelse