@extends('layouts.app') @section('title', 'My Account') @section('content')
{{ $user->email }}
Member since {{ $user->created_at->format('M d, Y') }}