@if ($search == '')
{{ format()->fullDate($view->created_at) }}
{!! theme()->getJackpotArticle($view) !!}
@foreach ($random as $r)
@endforeach
@else
@foreach ($jackpot as $j)
@endforeach
{{ $jackpot->links(theme()->paginationView(true), data: ['scrollTo' => '#paginated-result']) }}
@endif