@php $colorMap = [ 'primary' => ['bg' => 'bg-primary-soft', 'ink' => 'text-primary-ink'], 'rose' => ['bg' => 'bg-rose-soft', 'ink' => 'text-rose-ink'], 'violet' => ['bg' => 'bg-violet-soft', 'ink' => 'text-violet-ink'], 'green' => ['bg' => 'bg-green-soft', 'ink' => 'text-green-ink'], 'amber' => ['bg' => 'bg-amber-soft', 'ink' => 'text-amber-ink'], ]; @endphp
Inbox

Mitteilungen

Nachrichten von Lehrer:innen, Erinnerungen und Lernschiff-Updates.

Alle als gelesen
@foreach(['all' => 'Alle', 'unread' => 'Ungelesen'] as $key => $label) @endforeach
{{-- Skeleton with bg-line bars on bg-bg-tint container --}} @if(empty($this->filteredNotifications))
Keine Mitteilungen.
@else
@foreach($this->filteredNotifications as $n) @php $c = $colorMap[$n['color']]; @endphp @endforeach
@endif