template->render('info/allegro', [ 'title' => 'orderPRO — Informacje o aplikacji', 'appName' => (string) (getenv('APP_NAME') ?: 'orderPRO'), 'appVersion' => (string) (getenv('APP_VERSION') ?: '1.0.0'), ], 'layouts/public'); return Response::html($html); } }