@foreach ($posts as $post) @php $thumbnail = $post->getThumbnail(); $isEnd = $post->is_event_infinite == 0 && $post->event_ended_at <= date("Y-m-d"); @endphp
$isEnd])> id]) }}" >
@if ($isEnd && $post->is_winner == 1) @endif

{{ $post->content->title }}

이벤트기간

{{ date('y.m.d', strtotime($post->event_started_at)) }} ~ {{ $post->is_event_infinite == 0 ? date('y.m.d', strtotime($post->event_ended_at)) : ""}}

@endforeach