where('template_id_short',$template_id_short)->first(); } public static function delData($template_id) { return self::uniacid()->where('template_id',$template_id)->delete(); } }