set_route_guard('web').'/buy_ad'], function () { Route::resource('buyads', 'BuyadsResourceController'); }); // Public routes for buyads Route::get('buyads/popular/{period?}', 'BuyadsPublicController@popular'); Route::get('buy_ads/', 'BuyadsPublicController@index'); Route::get('buy_ads/{slug?}', 'BuyadsPublicController@show');