set_route_guard('web').'/representative'], function () { Route::resource('representative', 'RepresentativeResourceController'); }); // Public routes for representative Route::get('representative/popular/{period?}', 'RepresentativePublicController@popular'); Route::get('representatives/', 'RepresentativePublicController@index'); Route::get('representatives/{slug?}', 'RepresentativePublicController@show');