@extends('adminlte::page') @section('title', 'Profile') @section('content_header')
{{ $user->email }}
{{ $user->created_at->format('d M Y') }}
@if($user->email_verified_at) Verified @else Not Verified @endif