@extends('layouts.app') @section('title', 'Profile - ' . config('app.name')) @section('content')

Profile

{{ auth()->user()->name }}

{{ auth()->user()->email }}

{{ auth()->user()->created_at->format('F j, Y') }}

Edit Profile
@endsection