group(function() { Route::get('/', 'HospitalPortalController@index'); Route::get('download-log/{id}', 'HospitalPortalController@downloadLog'); });