@php use App\Enums\UserRolesEnum; $role = UserRolesEnum::from(Auth::user()->role_id)->name; @endphp

Welcome to the {{ $role}} Dashboard

Manage your activity here.