*/ class StatusController extends Controller { /** * Renders the base status page. * @return string */ public function index(): string { return view('status/index'); } }