mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-09 00:58:36 +02:00
6 lines
157 B
PHP
6 lines
157 B
PHP
<div id="alert-banner-container" class="flex flex-col gap-4">
|
|
@foreach ($alertBanners as $alertBanner)
|
|
{{ $alertBanner }}
|
|
@endforeach
|
|
</div>
|