Dashboard
My mentors
{{$mentorForSlider->mentor->getFullName() ?? "No mentor yet"}}
{{$mentorForSlider->mentor['data']['degree'] ?? ""}}
@if(!empty($mentorsForSlider))
@foreach($mentorsForSlider as $count=>$mentor)
@endforeach
@endif
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