render($response, 'currencies.list'); } public function show(Request $request, Response $response, View $view, $currency_id): Response { return $view->render($response, 'currencies.show', compact('currency_id')); } }