@extends('layouts.app') @section('title', 'Profile - ' . config('app.name')) @section('content')
{{ auth()->user()->name }}
{{ auth()->user()->email }}
{{ auth()->user()->created_at->format('F j, Y') }}