@foreach ($posts as $post) @php $thumbnail = $post->getThumbnail(); $isEnd = $post->is_event_infinite == 0 && $post->event_ended_at <= date("Y-m-d"); @endphp
{{ $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)) : ""}}