@extends('layouts.app') @section('title', 'My Profile') @section('page-title', 'My Profile') @section('content') Manage your personal information, account email and password. {{-- ================================================================ --}} {{-- Profile Information --}} {{-- ================================================================ --}}
{{-- ================================================================ --}} {{-- Account Information --}} {{-- ================================================================ --}}Information related to your system account.
Account ID
#{{ $user->id }}
{{ $user->email }}
Account Created
{{ $user->created_at?->format('d M Y, h:i A') ?? 'N/A' }}
Last Updated
{{ $user->updated_at?->format('d M Y, h:i A') ?? 'N/A' }}