@php // TODO: load from website configuration? $routes = [ [ "label" => "Games", "location" => "/games" ], [ "label" => "Shop", "location" => "/shop" ], [ "label" => "Forum", "location" => "/forum" ] ] @endphp