@extends('layouts.app') @section('title', 'Mi perfil') @section('content')
{{ ucfirst($user->getRoleNames()->first() ?? 'Sin rol') }}