@extends('layouts.app') @section('title', 'Dashboard') @section('content') @php $roleLabel = $roleLabel ?? \Illuminate\Support\Str::of(auth()->user()->role->name)->replace('_', ' ')->title(); @endphp
{{ $roleLabel }} Dashboard
{{--Here's what's happening with I M Happy today.
--}}