@extends('layouts.app') @section('title', 'Truyện Hay - Trang chủ Website đọc truyện') @section('description', 'Nền tảng đọc truyện online miễn phí hàng đầu với kho tàng truyện phong phú, đa dạng thể loại, cập nhật chương mới liên tục hàng ngày.') @section('content') {{-- Hero Section - Featured Comic --}} @if($featuredComic)
SPOTLIGHT HÔM NAY

{{ $featuredComic->title }}

star {{ number_format($featuredComic->rating, 1) }} {{ $featuredComic->author->name }} {{ $featuredComic->categories->first()->name ?? '' }}

{{ $featuredComic->description }}

@endif
{{-- Recommended Comics Section --}}

recommend Truyện Đề Cử

Xem tất cả arrow_forward
@foreach($recommendedComics as $comic) @endforeach
{{-- Recently Updated Comics --}}

update Mới Cập Nhật

@foreach($recentlyUpdatedComics as $comic) @endforeach
{{-- Sidebar --}}
@endsection