@php // TODO: XlXi: load from website configuration? $routes = [ [ "label" => "Games", "location" => "games" ], [ "label" => "Shop", "location" => "shop" ], [ "label" => "Forum", "location" => "forum" ] ]; @endphp
@live @moderator @endmoderator @endlive
@foreach(App\Models\Banner::all() as $banner)
style, 'graphictoria-alert', 'alert-dismissible' => $banner->dismissable])>

{{ \App\Helpers\MarkdownHelper::parse($banner->message) }}

@if($banner->dismissable) @endif
@endforeach