Mentors
Mentor's List
@forelse($mentors as $mentor){{$mentor->mentor->last_login->diffForHumans() ?? ""}}
->avatar ? $mentor->mentor->present()->avatar : url('assets/img/profile.png')}})
{{$mentor->mentor->getFullName()}}
Active {{$mentor->mentor->last_login->diffForHumans() ?? ""}}
No mentor assigned yet
@extends('layouts.master') @section('title', 'Mentors - User') @section('pagetitle', 'Mentors - User') @section('content') @include('layouts.partials.breadcrumbs', ['breadcrumbs' => [ ['url' => route('user.dashboard'), 'title' => __('Home')], ['url' => route('user.mentors'), 'title' => __('Mentors')] ]])
Active {{$mentor->mentor->last_login->diffForHumans() ?? ""}}
No mentor assigned yet