Danh sách sự kiện

Giờ Việt Nam (UTC+7)
Tạo sự kiện mới
@if($posts->isEmpty())

Chưa có sự kiện nào

Hãy tạo sự kiện đầu tiên của bạn

Tạo sự kiện mới
@else
@foreach($posts as $post)
{{ $post->user->name }} @if($post->user->is_admin) (Admin) @endif
{{ $post->area->name ?? '---' }} / {{ $post->propertyStreet->full_name ?? '---' }} / Căn hộ {{ $post->propertyUnit->number ?? '---' }}
{{ $post->created_at->setTimezone('Asia/Ho_Chi_Minh')->format('H:i d/m/Y') }} ICT
{!! $post->content !!}
@if($post->images)
@foreach($post->images as $img)
@endforeach
@endif
@endforeach
@endif