@extends('layouts.dashboard') @section('title', 'My Profile') @section('page-content')
Manage your account information and password
#{{ $user->id }}
{{ $user->created_at->format('M d, Y') }}
{{ $user->updated_at->diffForHumans() }}
No roles assigned
@endif