@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){{ $banner->message }}
@if($banner->dismissable) @endif