Dashboard
@lang('My Resources')
{{ $resourceCount }}
@lang('Mentees')
{{$menteeCount}}
@lang('Upcoming Appointment')
@if(!is_null($upcomingAppointment))->avatar ?? url('assets/img/profile.png')}})
{{$upcomingAppointment->mentee->getFullName()}}
{{$upcomingAppointment->getMeetingTime()->diffForHumans()}}
{{--
View
--}} {{--Reschedule
--}}You don't have any upcoming appointment
@if(!is_null($upcomingAppointment))
{{$upcomingAppointment->count() > 0 ? "View Appointment": "View Appointments"}}
@endif
Mentees
@forelse($mentees as $mentee){{$mentee->mentee->last_login ? $mentee->mentee->last_login->diffForHumans() : "" }}
No Mentee assigned yet