@extends('layouts.app') @section('title', 'Tài khoản - ' . $user->name) @section('content')
{{ strtoupper(substr($user->name, 0, 1)) }}

{{ $user->name }}

{{ $user->email }}

Tham gia: {{ $user->created_at->format('d/m/Y') }}

@if($recentlyRead->count() > 0) @endif
@endsection