@php $user = Auth::user(); @endphp @extends('layouts.dashboard') @section('title', 'Dashboard ' . $user->role . ' | GrowUp') @section('cssExternal') @endsection @section('dashboard_content') {{-- HOME DASHBOARD MENTOR --}}