@extends('layouts.app') @section('title', 'Tài khoản - ' . $user->name) @section('content')
{{ $user->email }}
Tham gia: {{ $user->created_at->format('d/m/Y') }}
{{ $stats['bookmarks_count'] }}
Tủ truyện
{{ $stats['reading_history_count'] }}
Lịch sử đọc
{{ $stats['comments_count'] }}
Bình luận
{{ $stats['ratings_count'] }}
Đánh giá
Chương {{ $history->chapter->chapter_number }}
@endforeach