@extends('examples.modern-layout-v2') @section('title', 'Profile') @section('profile', 'bg-blue-50 text-blue-700') @section('content')
Manage your account information and preferences
{{ $profile->email ?? 'No email' }}
Update your personal details
Update your password to keep your account secure
Last Login
{{ $profile->updated_at ? $profile->updated_at->diffForHumans() : 'N/A' }}
Member Since
{{ $profile->created_at ? $profile->created_at->format('M Y') : 'N/A' }}
Role
{{ $profile->roles->first()->name ?? 'User' }}