'{trans}', 'where' => ['trans' => Trans::keys('|')], ], function () { include('routes.php'); } ); } // Workflow routes for currency Route::prefix('{guard}/currency')->group(function () { Route::get('/action/{currency}/{user}', 'CurrencyActionController@get') ->name('litecms.currency.action'); Route::post('/action/{currency}/{user}', 'CurrencyActionController@post'); });