first(); return $model ? $model->text : ''; } public static function getHomepage() { return self::get(1)->text ?? ''; } public static function getFooter() { return self::get(2)->text ?? ''; } public static function getExtraFooter() { return self::get(3)->text ?? ''; } public static function getModel() { return Homepage::query(); } }