@role('public') @endrole {{-- TODO: Move logic to seprate component--}} @hasanyrole('judge|headjudge') @php $pages = \App\Models\Page::all(); $pages = $pages->filter(function($page) { return $page->ends_at->gt(now()); }); @endphp

Upcoming Judging Nominations Assigned to You...

@forelse ($pages as $page) @if ($page->categories->count() > 0)
{{ $page->name }} {{ $page->starts_at->setTimezone('Europe/London')->format('d/m/Y') }} - {{ $page->ends_at->setTimezone('Europe/London')->format('d/m/Y') }}
@endif @empty

Sorry...

You have no judging events to attend

@endforelse
@endhasanyrole @role('admin')

Sorry...

You are an admin user, so cannot judge or nominate

@endrole