@extends('layouts.app') @section('title', 'Danh Sách Truyện Cho Thể Loại ' . ($selectedCategory ? $selectedCategory->name : '') . ' - Truyện Hay Online') @section('description', 'Khám phá kho tàng truyện tranh phong phú' . ($selectedCategory ? ' thuộc thể loại ' . $selectedCategory->name : '') . ' với hàng nghìn đầu truyện hấp dẫn, cập nhật liên tục.') @section('content') {{-- Header Section --}}

@if($selectedCategory) {{ $selectedCategory->icon ?? 'category' }} {{ $selectedCategory->name }} @else collections_bookmark Danh Sách Truyện @endif

@if($selectedCategory && $selectedCategory->description) {{ $selectedCategory->description }} @else Khám phá kho tàng truyện tranh phong phú với {{ number_format($comics->total()) }} đầu truyện hấp dẫn @endif

{{-- Sidebar Filters --}} {{-- Main Content --}}
{{-- Filter Summary --}}
filter_list Tìm thấy {{ number_format($comics->total()) }} truyện @if($selectedCategory) cho thể loại {{ $selectedCategory->name }} @endif
@if($selectedCategory || $status) close Xóa bộ lọc @endif
{{-- Comics Grid --}} @if($comics->count() > 0)
@foreach($comics as $comic) @endforeach
{{-- Pagination --}}
{{ $comics->links('pagination::tailwind') }}
@else
search_off

Không tìm thấy truyện

Thử thay đổi bộ lọc hoặc tìm kiếm từ khóa khác

refresh Xem tất cả truyện
@endif
@endsection @push('styles') @endpush