@if ($news->isNotEmpty())
@foreach ($news as $berita)
{{ $berita->created_at->format('d M Y') }}
@endforeach
@elseif($news->isEmpty())
News not found
@endif
@if ($acara->isNotEmpty())
@foreach ($acara as $acaras)
{{ $acaras->start_time }}
@endforeach
@elseif($acara->isEmpty())
Events not found
@endif