@extends('layouts.app') @section('content')

Profile

User Profile

{{ auth()->user()->name ?? 'N/A' }}

{{ auth()->user()->email ?? 'N/A' }}

@csrf

Last Updated: {{ auth()->user()->updated_at->format('M d, Y h:i A') }}

@endsection