Route::resource('subproperty','SubpropertyController', ['except'=>['create','edit']])
Route::resource('videos', 'VideoController')->except('show');