{"id":9427,"date":"2025-08-14T18:59:21","date_gmt":"2025-08-14T18:59:21","guid":{"rendered":"https:\/\/lawarcheinstitute.com\/?page_id=9427"},"modified":"2025-08-22T08:13:22","modified_gmt":"2025-08-22T08:13:22","slug":"dashbord","status":"publish","type":"page","link":"https:\/\/lawarcheinstitute.com\/ar\/dashbord\/","title":{"rendered":"Dashbord"},"content":{"rendered":"<div class=\"mec-wrap clearfix mec-ud-main\"><div class=\"mec-ud-main-content mec-user-not-login\"><div class=\"row mec-head-wrap\"><div class=\"mec-ud-wrap-header\">User dashboard<\/div><\/div><div class=\"mec-login-form\" id=\"mec-login-form\">\r\n    <div class=\"mec-login-input\">\r\n        <label>\r\n            <i class=\"mec-sl-user\"><\/i>\r\n            <input name=\"email\" id=\"email\" type=\"text\" title=\"Email\">\r\n        <\/label>\r\n    <\/div>\r\n    <div class=\"mec-login-input\">\r\n        <label>\r\n            <i class=\"mec-sl-key\"><\/i>\r\n            <input name=\"password\" id=\"password\" type=\"password\" title=\"Password\">\r\n            <i class=\"mec-sl-display-controller-password\"><\/i>\r\n        <\/label>\r\n    <\/div>\r\n    <div class=\"nfd-sso-hosting-login\" style=\"--nfd-sso-hosting-login-accent: #1b4fd8;\">\n\t<div class=\"nfd-sso-hosting-login__divider\">\n\t\t<span>or<\/span>\n\t<\/div>\n\t<a class=\"nfd-sso-hosting-login__button\" href=\"https:\/\/www.bluehost.com\/my-account\/hosting\/details\/sites?channelid=P99C100S1N0B3003A151D115E0000V112&#038;utm_medium=bluehost_plugin&#038;utm_source=%2Findex.php%3Fhosting_login_button\">\n\t\t<span class=\"nfd-sso-hosting-login__icon\" aria-hidden=\"true\"><svg viewbox=\"0 0 16 16\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"currentColor\">\n\t<rect x=\"0\" y=\"0\" width=\"4\" height=\"4\" \/>\n\t<rect x=\"6\" y=\"0\" width=\"4\" height=\"4\" \/>\n\t<rect x=\"12\" y=\"0\" width=\"4\" height=\"4\" \/>\n\t<rect x=\"0\" y=\"6\" width=\"4\" height=\"4\" \/>\n\t<rect x=\"6\" y=\"6\" width=\"4\" height=\"4\" \/>\n\t<rect x=\"12\" y=\"6\" width=\"4\" height=\"4\" \/>\n\t<rect x=\"0\" y=\"12\" width=\"4\" height=\"4\" \/>\n\t<rect x=\"6\" y=\"12\" width=\"4\" height=\"4\" \/>\n\t<rect x=\"12\" y=\"12\" width=\"4\" height=\"4\" \/>\n<\/svg>\n<\/span>\t\t<span class=\"nfd-sso-hosting-login__label\">Login with Bluehost<\/span>\n\t<\/a>\n<\/div>\n    <div class=\"mec-login-form-footer\">\r\n        <div class=\"mec-login-forgotpassword\">\r\n            <a class=\"mec-color-hover\" href=\"https:\/\/lawarcheinstitute.com\/ar\/my-account-2\/lost-password\/\">Forgot Password?<\/a>\r\n        <\/div>\r\n        <div class=\"mec-login-submit\">\r\n            <button class=\"mec-bg-color mec-box-shadow-color\">Login<\/button>\r\n        <\/div>\r\n    <\/div>\r\n    <input type=\"hidden\" id=\"mec_login_nonce\" name=\"mec_login_nonce\" value=\"7c8613c1fc\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/ar\/wp-json\/wp\/v2\/pages\/9427\" \/>    <\/div>\r\n<script>\r\n    if( jQuery('.mec-wrap').hasClass('mec-modal-wrap')){\r\n        jQuery('.mec-login-input #email, .mec-login-input #password').keypress(function(e)\r\n        {\r\n            var key = e.which;\r\n            if(key === 13)  \/\/ the enter key code\r\n            {\r\n                jQuery('.mec-login-form-footer button').click();\r\n                return false;\r\n            }\r\n        });\r\n\r\n        jQuery(\".mec-login-form-footer button\").on('click', function(e)\r\n        {\r\n            e.preventDefault();\r\n\r\n            var mec_email = jQuery(\".mec-login-form #email\").val(),\r\n                mec_pass = jQuery(\".mec-login-form #password\").val(),\r\n                mec_nonce = jQuery(\".mec-login-form #mec_login_nonce\").val(),\r\n                cf_turnstile_response = jQuery('input[name=\"cf-turnstile-response\"]').val();\r\n\r\n            jQuery.ajax(\r\n                {\r\n                    url: 'https:\/\/lawarcheinstitute.com\/wp-admin\/admin-ajax.php',\r\n                    type: 'post',\r\n                    data: {\r\n                        action: 'mec_ajax_login_data',\r\n                        username: mec_email,\r\n                        password : mec_pass,\r\n                        mec_login_nonce : mec_nonce,\r\n                        \"cf-turnstile-response\" : cf_turnstile_response,\r\n                    },\r\n                    beforeSend: function(message)\r\n                    {\r\n                        jQuery(\".mec-login-form\").append(\"<div class=\\\"mec-ajax-login-loading\\\"><div class=\\\"lds-ripple\\\"><div><\/div><div><\/div><\/div><\/div>\");\r\n                    },\r\n                    success: function(data)\r\n                    {\r\n                        var message = jQuery.parseJSON(data);\r\n                        jQuery(\".mec-ajax-login-loading\").append(\"<div class=\\\"mec-ajax-login-loading-text\\\"><\/div>\");\r\n\r\n                        if(!message.loggedin)\r\n                        {\r\n                            jQuery(\".mec-ajax-login-loading .lds-ripple\").remove();\r\n                            jQuery(\".mec-ajax-login-loading-text\").addClass('error').append(message.message);\r\n\r\n                            setTimeout(() => {\r\n                                location.reload();\r\n                            }, 1000);\r\n                        }\r\n                        else\r\n                        {\r\n                            jQuery(\".mec-ajax-login-loading-text\").addClass('success').append(message.message);\r\n\r\n                            setTimeout(() => {\r\n                                location.reload();\r\n                            }, 1000);\r\n                        }\r\n                    }\r\n                });\r\n        });\r\n    }\r\n<\/script>\r\n<\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"User dashboard or Login with Bluehost Forgot Password? Login","protected":false},"author":1,"featured_media":9719,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"nf_dc_page":"","_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"class_list":["post-9427","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Dashbord - LawArche Academey<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/lawarcheinstitute.com\/ar\/dashbord\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Dashbord - LawArche Academey\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lawarcheinstitute.com\/ar\/dashbord\/\" \/>\n<meta property=\"og:site_name\" content=\"LawArche Academey\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-22T08:13:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lawarcheinstitute.com\/wp-content\/uploads\/2025\/08\/pexels-chaitaastic-1796706-1024x576.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"576\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u062f\u0642\u064a\u0642\u0629 \u0648\u0627\u062d\u062f\u0629\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/lawarcheinstitute.com\\\/dashbord\\\/\",\"url\":\"https:\\\/\\\/lawarcheinstitute.com\\\/dashbord\\\/\",\"name\":\"Dashbord - LawArche Academey\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/lawarcheinstitute.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/lawarcheinstitute.com\\\/dashbord\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/lawarcheinstitute.com\\\/dashbord\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/lawarcheinstitute.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/pexels-chaitaastic-1796706-scaled.webp?fit=2560%2C1440&ssl=1\",\"datePublished\":\"2025-08-14T18:59:21+00:00\",\"dateModified\":\"2025-08-22T08:13:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/lawarcheinstitute.com\\\/dashbord\\\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/lawarcheinstitute.com\\\/dashbord\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\\\/\\\/lawarcheinstitute.com\\\/dashbord\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/lawarcheinstitute.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/pexels-chaitaastic-1796706-scaled.webp?fit=2560%2C1440&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/lawarcheinstitute.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/pexels-chaitaastic-1796706-scaled.webp?fit=2560%2C1440&ssl=1\",\"width\":2560,\"height\":1440},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/lawarcheinstitute.com\\\/dashbord\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/lawarcheinstitute.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Dashbord\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/lawarcheinstitute.com\\\/#website\",\"url\":\"https:\\\/\\\/lawarcheinstitute.com\\\/\",\"name\":\"LawArche Academey\",\"description\":\"A Professional Key to Legal Success\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/lawarcheinstitute.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Dashbord - LawArche Academey","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/lawarcheinstitute.com\/ar\/dashbord\/","og_locale":"ar_AR","og_type":"article","og_title":"Dashbord - LawArche Academey","og_url":"https:\/\/lawarcheinstitute.com\/ar\/dashbord\/","og_site_name":"LawArche Academey","article_modified_time":"2025-08-22T08:13:22+00:00","og_image":[{"width":1024,"height":576,"url":"https:\/\/lawarcheinstitute.com\/wp-content\/uploads\/2025\/08\/pexels-chaitaastic-1796706-1024x576.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631":"\u062f\u0642\u064a\u0642\u0629 \u0648\u0627\u062d\u062f\u0629"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/lawarcheinstitute.com\/dashbord\/","url":"https:\/\/lawarcheinstitute.com\/dashbord\/","name":"Dashbord - LawArche Academey","isPartOf":{"@id":"https:\/\/lawarcheinstitute.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/lawarcheinstitute.com\/dashbord\/#primaryimage"},"image":{"@id":"https:\/\/lawarcheinstitute.com\/dashbord\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/lawarcheinstitute.com\/wp-content\/uploads\/2025\/08\/pexels-chaitaastic-1796706-scaled.webp?fit=2560%2C1440&ssl=1","datePublished":"2025-08-14T18:59:21+00:00","dateModified":"2025-08-22T08:13:22+00:00","breadcrumb":{"@id":"https:\/\/lawarcheinstitute.com\/dashbord\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lawarcheinstitute.com\/dashbord\/"]}]},{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/lawarcheinstitute.com\/dashbord\/#primaryimage","url":"https:\/\/i0.wp.com\/lawarcheinstitute.com\/wp-content\/uploads\/2025\/08\/pexels-chaitaastic-1796706-scaled.webp?fit=2560%2C1440&ssl=1","contentUrl":"https:\/\/i0.wp.com\/lawarcheinstitute.com\/wp-content\/uploads\/2025\/08\/pexels-chaitaastic-1796706-scaled.webp?fit=2560%2C1440&ssl=1","width":2560,"height":1440},{"@type":"BreadcrumbList","@id":"https:\/\/lawarcheinstitute.com\/dashbord\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/lawarcheinstitute.com\/"},{"@type":"ListItem","position":2,"name":"Dashbord"}]},{"@type":"WebSite","@id":"https:\/\/lawarcheinstitute.com\/#website","url":"https:\/\/lawarcheinstitute.com\/","name":"LawArche Academey","description":"A Professional Key to Legal Success","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lawarcheinstitute.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/lawarcheinstitute.com\/ar\/wp-json\/wp\/v2\/pages\/9427","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lawarcheinstitute.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lawarcheinstitute.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lawarcheinstitute.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lawarcheinstitute.com\/ar\/wp-json\/wp\/v2\/comments?post=9427"}],"version-history":[{"count":5,"href":"https:\/\/lawarcheinstitute.com\/ar\/wp-json\/wp\/v2\/pages\/9427\/revisions"}],"predecessor-version":[{"id":9741,"href":"https:\/\/lawarcheinstitute.com\/ar\/wp-json\/wp\/v2\/pages\/9427\/revisions\/9741"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lawarcheinstitute.com\/ar\/wp-json\/wp\/v2\/media\/9719"}],"wp:attachment":[{"href":"https:\/\/lawarcheinstitute.com\/ar\/wp-json\/wp\/v2\/media?parent=9427"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}