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

{{ $banner->message }}

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