@extends('layouts.app') @section('content')
{{ auth()->user()->email ?? 'N/A' }}
Last Updated: {{ auth()->user()->updated_at->format('M d, Y h:i A') }}