@extends('layouts.app') @section('page-title', 'My Profile') @section('content')
Profile picture (optional)
Add a clear photo so teammates can identify you.
JPG or PNG ยท Maximum 2MB
{{ $message }}
Role
{{ $user->roles->first()?->name ?? 'No role' }}
Status
{{ $user->status ? 'Active' : 'Inactive' }}
Member since
{{ $user->created_at->format('M Y') }}