@php $hasCurrentCouncilSession = \Modules\Council\Entities\CouncilSession::query() ->where('status', 'current') ->exists(); @endphp
@if(! $hasCurrentCouncilSession)
@endif