!function(n){"use strict";n("body").on("click",".contact-info",function(t){t.preventDefault();var e=n(this),a=e.attr("data-user-id"),s=e.attr("data-user-type");loadingSwl();var i={user_id:a};n.post("/panel/users/contact-info",i,function(n){if(n&&200===n.code){var t='
\n

'+("instructor"===s?instructor_contact_information_lang:student_contact_information_lang)+'

\n
\n
\n \n
\n
\n

'+n.name+'

\n
\n '+email_lang+":\n "+n.email+'\n
\n
\n '+phone_lang+":\n "+n.phone+'\n
\n
\n
\n
\n \n
";Swal.fire({html:t,showCancelButton:!1,showConfirmButton:!1,customClass:{content:"p-0 text-left"},width:"40rem"})}})})}(jQuery);