@props(['comic'])
@if($comic->is_hot)
HOT
@endif @if($comic->is_new)
NEW
@endif
play_arrow

{{ $comic->title }}

@php $latestChapter = $comic->chapters->first(); @endphp {{ $latestChapter ? $latestChapter->title : 'Chưa có chương' }} {{-- {{ dd($comic) }} --}} {{ $comic->updated_at->diffForHumans() }}