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

Profile

Name: {{ $user->name }}

Email: {{ $user->email }}

Joined: {{ $user->created_at->format('M d, Y') }}

@endsection