DANH SÁCH BÀI VIẾT
@if(!empty($Post))
@php
$firstItem = $Post->first();
@endphp
@if($firstItem)
@endif
@endif
{{ $firstItem->tieu_de }}
{!! \Illuminate\Support\Str::limit($firstItem->noi_dung, 300, '...') !!}
Thời gian đăng: {{ $firstItem->created_at }}
@if(!empty($Post))
@php
$otherPosts = $Post->slice(1, 4);
@endphp
@foreach($otherPosts as $itemList)
@endforeach
@endif