'items-start', 'center' => 'items-center', 'right' => 'items-end', }, match (config('notifications.layout.alignment.vertical')) { 'top' => 'flex-col-reverse justify-end', 'bottom' => 'flex-col justify-end', 'center' => 'flex-col justify-center' }, ]) role="status" > @foreach ($notifications as $notification) {{ $notification }} @endforeach
@if ($this->hasDatabaseNotifications()) @endif @if ($broadcastChannel = $this->getBroadcastChannel()) @endif