@extends('layouts.app')
@section('content')
@php
// $roles should be a collection/array of role names, e.g. Role::pluck('name')
$userRoles = $user->getRoleNames()->all();
@endphp
{{-- Card --}}
{{-- top header (avatar + title) --}}
{{-- optional avatar or placeholder --}}
{{ strtoupper(mb_substr($user->name,0,1)) }}