@extends('layouts.app') @section('title', 'Dashboard') @section('content') @php $roleLabel = $roleLabel ?? \Illuminate\Support\Str::of(auth()->user()->role->name)->replace('_', ' ')->title(); @endphp

Welcome, {{ auth()->user()->name }}

{{ $roleLabel }} Dashboard

{{--

Here's what's happening with I M Happy today.

--}}
welcome
@endsection