make(Repository::class); return match ($attribute->hidden) { true => $repository->getHidden($attribute->key, $attribute->default), false => $repository->get($attribute->key, $attribute->default), }; } }