
Route::group(['prefix'=>'@@prefix@@'@@namespace@@], function () {
    @@routes@@
});