
Route::@@method@@('@@path@@', [
        'as' => '@@routeName@@',
        'uses' => '@@action@@'
]);
