route()->parameter('location'); return collect(Location::getRulesForUpdate($locationId))->only([ 'short', 'long', ])->toArray(); } }