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