@php $contests = \App\Models\Contests::where(function ($query) { $query->whereDate('contest_end', '>=', date('Y-m-d')); })->get(); @endphp @if ($contests->count())
Here are a few upcoming draws you might be interested in:
@endif