{"id":37017,"date":"2026-01-22T22:01:28","date_gmt":"2026-01-22T22:01:28","guid":{"rendered":"https:\/\/alhaythamgroup.com\/?page_id=37017"},"modified":"2026-04-30T10:05:09","modified_gmt":"2026-04-30T10:05:09","slug":"track-your-shipment","status":"publish","type":"page","link":"https:\/\/alhaythamgroup.com\/en\/track-your-shipment\/","title":{"rendered":"Track Your Shipment"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"37017\" class=\"elementor elementor-37017 elementor-36448\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-109bffd5 e-flex e-con-boxed e-con e-parent\" data-id=\"109bffd5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13d2739d elementor-widget elementor-widget-text-editor\" data-id=\"13d2739d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n    \/\/ 1. \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0639\u0646\u0627\u0635\u0631 (\u062a\u0623\u0643\u062f \u0645\u0646 \u0623\u0646 \u0627\u0644\u0643\u0644\u0627\u0633\u0627\u062a \u0645\u0637\u0627\u0628\u0642\u0629 \u0644\u062a\u0635\u0645\u064a\u0645\u0643)\n    const trackBtn = document.querySelector('.elementor-button'); \n    const inputField = document.querySelector('input[type=\"text\"]');\n    \n    \/\/ \u0625\u0646\u0634\u0627\u0621 \u062d\u0627\u0648\u064a\u0629 \u0644\u0639\u0631\u0636 \u0627\u0644\u0646\u062a\u0627\u0626\u062c\n    const resultDisplay = document.createElement('div');\n    resultDisplay.id = \"bosta-result-box\";\n    resultDisplay.style.cssText = \"margin-top:20px; padding:20px; border-radius:10px; text-align:center; display:none;\";\n    inputField.parentNode.appendChild(resultDisplay);\n\n    trackBtn.addEventListener('click', function (e) {\n        e.preventDefault();\n        const trackingNum = inputField.value.trim();\n\n        if (!trackingNum) {\n            alert(\"\u064a\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0631\u0642\u0645 \u0627\u0644\u0634\u062d\u0646\u0629\");\n            return;\n        }\n\n        \/\/ \u0625\u0638\u0647\u0627\u0631 \u062d\u0627\u0644\u0629 \u0627\u0644\u062a\u062d\u0645\u064a\u0644\n        resultDisplay.style.display = \"block\";\n        resultDisplay.style.background = \"#f0f0f0\";\n        resultDisplay.innerHTML = \"\ud83d\udd0d \u062c\u0627\u0631\u064a \u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0634\u062d\u0646\u062a\u0643...\";\n\n        \/\/ \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0633\u064a\u0631\u0641\u0631\u0643 \u0627\u0644\u0634\u062e\u0635\u064a\n        fetch(`http:\/\/34.67.12.12:5050\/track?number=${trackingNum}`)\n            .then(res => res.json())\n            .then(data => {\n                if (data.status === \"success\") {\n                    let finalState = data.state;\n                    let statusColor = \"#27ae60\";\n\n                    \/\/ \u062a\u0631\u062c\u0645\u0629 \u0627\u0644\u062d\u0627\u0644\u0627\u062a\n                    if (finalState === \"Delivered Successfully\") {\n                        finalState = \"\u2705 \u062a\u0645 \u062a\u0648\u0635\u064a\u0644 \u0627\u0644\u0634\u062d\u0646\u0629 \u0628\u0646\u062c\u0627\u062d\";\n                    } else {\n                        finalState = \"\ud83d\udce6 \u062d\u0627\u0644\u0629 \u0627\u0644\u0634\u062d\u0646\u0629: \" + finalState;\n                        statusColor = \"#f39c12\";\n                    }\n\n                    resultDisplay.style.background = \"#e8f5e9\";\n                    resultDisplay.style.border = `2px solid ${statusColor}`;\n                    resultDisplay.innerHTML = `\n                        <h3 style=\"color:${statusColor}; margin-bottom:5px;\">${finalState}<\/h3>\n                        <p style=\"color:#666; font-size:13px;\">${data.updated}<\/p>\n                    `;\n                } else {\n                    resultDisplay.style.background = \"#ffebee\";\n                    resultDisplay.style.border = \"2px solid #c0392b\";\n                    resultDisplay.innerHTML = \"\u274c \u0631\u0642\u0645 \u0627\u0644\u0634\u062d\u0646\u0629 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d \u0623\u0648 \u0644\u0645 \u062a\u0638\u0647\u0631 \u0628\u064a\u0627\u0646\u0627\u062a\u0647\u0627 \u0628\u0639\u062f\";\n                }\n            })\n            .catch(err => {\n                resultDisplay.innerHTML = \"\u26a0\ufe0f \u0639\u0637\u0644 \u0641\u064a \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u0633\u064a\u0631\u0641\u0631\u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0644\u0627\u062d\u0642\u0627\u064b\";\n            });\n    });\n});\n<\/script>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-81d5453 e-flex e-con-boxed e-con e-parent\" data-id=\"81d5453\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c28545 elementor-widget elementor-widget-html\" data-id=\"0c28545\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"bosta-tracker\" style=\"font-family: Arial, sans-serif; max-width:750px; margin:0 auto; direction:ltr;\">\r\n  <!-- Search Box -->\r\n  <div style=\"background:#fff; border-radius:16px; padding:30px; box-shadow:0 2px 20px rgba(0,0,0,0.08); margin-bottom:20px;\">\r\n    <div style=\"text-align:center; margin-bottom:20px;\">\r\n      <div style=\"font-size:40px;\">\ud83d\udccd<\/div>\r\n      <h3 style=\"color:#1a1a2e; margin:8px 0 10px; font-size:22px;\">Track Your Shipment<\/h3>\r\n      <p style=\"color:#666; font-size:15px; margin:0 0 20px 0; line-height:1.5;\">\r\n        Easily <strong>track shipment<\/strong> updates in real-time by entering your tracking number below to monitor every step of your delivery.\r\n      <\/p>\r\n    <\/div>\r\n    <div style=\"display:flex; gap:10px;\">\r\n      <input type=\"text\" id=\"bosta_input\" placeholder=\"Enter tracking number...\"\r\n        style=\"flex:1; padding:13px 16px; border:2px solid #e0e0e0; border-radius:10px; font-size:15px; font-family:inherit; outline:none; transition:border 0.2s;\"\r\n        onfocus=\"this.style.borderColor='#00b5ad'\"\r\n        onblur=\"this.style.borderColor='#e0e0e0'\"\r\n        onkeydown=\"if(event.key==='Enter') bostaTrack()\"\/>\r\n      <button onclick=\"bostaTrack()\" id=\"bosta_btn\"\r\n        style=\"padding:13px 28px; background:#00b5ad; color:#fff; border:none; border-radius:10px; font-size:15px; font-family:inherit; cursor:pointer; font-weight:bold; white-space:nowrap; transition:background 0.2s;\"\r\n        onmouseover=\"this.style.background='#009c95'\"\r\n        onmouseout=\"this.style.background='#00b5ad'\">\r\n        Track Now\r\n      <\/button>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Results Area -->\r\n  <div id=\"bosta_result\"><\/div>\r\n<\/div>\r\n\r\n<style>\r\n@keyframes spin { to { transform: rotate(360deg); } }\r\n@keyframes fadeIn { from { opacity:0; transform:translateY(10px); } to { opacity:1; transform:translateY(0); } }\r\n.bosta-card { animation: fadeIn 0.4s ease; }\r\n<\/style>\r\n\r\n<script>\r\nasync function bostaTrack() {\r\n  const number = document.getElementById('bosta_input').value.trim();\r\n  const resultDiv = document.getElementById('bosta_result');\r\n  const btn = document.getElementById('bosta_btn');\r\n\r\n  if (!number) {\r\n    resultDiv.innerHTML = '<div style=\"background:#fff3f3; border-left:4px solid #e53935; border-radius:10px; padding:15px; color:#c62828; animation:fadeIn 0.3s ease;\">\u26a0\ufe0f Please enter a tracking number<\/div>';\r\n    return;\r\n  }\r\n\r\n  btn.disabled = true;\r\n  resultDiv.innerHTML = `\r\n    <div style=\"background:#fff; border-radius:16px; padding:40px; text-align:center; box-shadow:0 2px 20px rgba(0,0,0,0.08);\">\r\n      <div style=\"display:inline-block; width:44px; height:44px; border:4px solid #e0f2f1; border-top-color:#00b5ad; border-radius:50%; animation:spin 0.8s linear infinite;\"><\/div>\r\n      <p style=\"color:#666; margin-top:15px; font-size:15px;\">Tracking shipment...<\/p>\r\n    <\/div>\r\n  `;\r\n\r\n  try {\r\n    const formData = new FormData();\r\n    formData.append('action', 'bosta_tracking');\r\n    formData.append('number', number);\r\n\r\n    const response = await fetch('\/wp-admin\/admin-ajax.php', { method:'POST', body:formData });\r\n    const result = await response.json();\r\n    btn.disabled = false;\r\n\r\n    if (!result.success) {\r\n      resultDiv.innerHTML = `<div style=\"background:#fff3f3; border-left:4px solid #e53935; border-radius:10px; padding:15px; color:#c62828;\">\u26a0\ufe0f ${result.data.message}<\/div>`;\r\n      return;\r\n    }\r\n\r\n    const d = result.data;\r\n    const steps = d.steps || [];\r\n    const timeline = d.timeline || [];\r\n\r\n    \/\/ \u2500\u2500 Progress Bar \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\r\n    const stepAr = ['Created','Received','In Transit','Out for Delivery','Delivered'];\r\n    let stepsHtml = '';\r\n\r\n    steps.forEach((step, i) => {\r\n      const done = step.done;\r\n      const isLast = i === steps.length - 1;\r\n      stepsHtml += `\r\n        <div style=\"display:flex; flex-direction:column; align-items:center; flex:1; position:relative;\">\r\n          ${!isLast ? `<div style=\"position:absolute; top:18px; left:50%; width:100%; height:3px; background:${done ? '#00b5ad' : '#e0e0e0'}; z-index:0;\"><\/div>` : ''}\r\n          <div style=\"width:38px; height:38px; border-radius:50%; background:${done ? '#00b5ad' : '#f5f5f5'}; display:flex; align-items:center; justify-content:center; color:${done ? '#fff' : '#bbb'}; font-size:16px; border:2px solid ${done ? '#00b5ad' : '#e0e0e0'}; z-index:1; position:relative;\">\r\n            ${done ? '\u2713' : '\u25cb'}\r\n          <\/div>\r\n          <div style=\"font-size:11px; margin-top:8px; text-align:center; color:${done ? '#00b5ad' : '#999'}; font-weight:${done ? 'bold' : 'normal'}; line-height:1.4;\">\r\n            ${stepAr[i]}\r\n          <\/div>\r\n          <div style=\"font-size:10px; color:#aaa; margin-top:3px; text-align:center;\">${step.date || ''}<\/div>\r\n        <\/div>\r\n      `;\r\n    });\r\n\r\n    \/\/ \u2500\u2500 Timeline \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\r\n    let timelineHtml = '';\r\n    timeline.forEach(item => {\r\n      timelineHtml += `\r\n        <div style=\"display:flex; gap:15px; margin-bottom:20px; align-items:flex-start;\">\r\n          <div style=\"text-align:right; min-width:140px; color:#888; font-size:12px; padding-top:2px;\">${item.date}<\/div>\r\n          <div style=\"display:flex; flex-direction:column; align-items:center; gap:0;\">\r\n            <div style=\"width:12px; height:12px; border-radius:50%; background:#00b5ad; flex-shrink:0;\"><\/div>\r\n            <div style=\"width:2px; flex:1; background:#e0f2f1; min-height:20px;\"><\/div>\r\n          <\/div>\r\n          <div style=\"flex:1; font-size:14px; color:#333; font-weight:500; padding-top:0;\">${item.title}<\/div>\r\n        <\/div>\r\n      `;\r\n    });\r\n\r\n    resultDiv.innerHTML = `\r\n      <div class=\"bosta-card\">\r\n\r\n        <!-- Main Status Card -->\r\n        <div style=\"background:#fff; border-radius:16px; padding:25px; box-shadow:0 2px 20px rgba(0,0,0,0.08); margin-bottom:16px; border-top:4px solid #00b5ad;\">\r\n          <div style=\"display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px;\">\r\n            <div>\r\n              <div style=\"font-size:12px; color:#999; margin-bottom:4px;\">Tracking Number<\/div>\r\n              <div style=\"font-size:20px; font-weight:bold; color:#1a1a2e; letter-spacing:1px;\">${d.tracking_number}<\/div>\r\n            <\/div>\r\n            <div style=\"background:#e0f2f1; border-radius:25px; padding:10px 20px; color:#00796b; font-weight:bold; font-size:14px;\">\r\n              \u2705 ${d.status}\r\n            <\/div>\r\n          <\/div>\r\n          <div style=\"font-size:12px; color:#aaa; margin-top:12px; border-top:1px solid #f5f5f5; padding-top:10px;\">\r\n            \ud83d\udd50 ${d.last_updated}\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <!-- Shipment Stages -->\r\n        <div style=\"background:#fff; border-radius:16px; padding:25px; box-shadow:0 2px 20px rgba(0,0,0,0.08); margin-bottom:16px;\">\r\n          <div style=\"font-size:15px; font-weight:bold; color:#333; margin-bottom:25px; text-align:left;\">Shipment Stages<\/div>\r\n          <div style=\"display:flex; align-items:flex-start;\">\r\n            ${stepsHtml}\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <!-- Event Log -->\r\n        <div style=\"background:#fff; border-radius:16px; padding:25px; box-shadow:0 2px 20px rgba(0,0,0,0.08);\">\r\n          <div style=\"font-size:15px; font-weight:bold; color:#333; margin-bottom:20px; text-align:left;\">\ud83d\udccb Event Log<\/div>\r\n          ${timelineHtml}\r\n        <\/div>\r\n\r\n      <\/div>\r\n    `;\r\n\r\n  } catch(e) {\r\n    btn.disabled = false;\r\n    resultDiv.innerHTML = '<div style=\"background:#fff3f3; border-left:4px solid #e53935; border-radius:10px; padding:15px; color:#c62828;\">\u274c Connection error, please try again<\/div>';\r\n  }\r\n}\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\ud83d\udccd Track Your Shipment Easily track shipment updates in real-time by entering your tracking number below to monitor every step of your delivery. Track Now<\/p>\n","protected":false},"author":28,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-37017","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.7.1 (Yoast SEO v25.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Track Your Shipment<\/title>\n<meta name=\"description\" content=\"Need to track your shipment? Enter your tracking number for live updates on your package&#039;s location and expected delivery date today\" \/>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Track Your Shipment\" \/>\n<meta property=\"og:description\" content=\"Need to track your shipment? Enter your tracking number for live updates on your package&#039;s location and expected delivery date today\" \/>\n<meta property=\"og:url\" content=\"https:\/\/alhaythamgroup.com\/en\/track-your-shipment\/\" \/>\n<meta property=\"og:site_name\" content=\"alhaythamgroup.com\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-30T10:05:09+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/alhaythamgroup.com\/en\/track-your-shipment\/\",\"url\":\"https:\/\/alhaythamgroup.com\/en\/track-your-shipment\/\",\"name\":\"Track Your Shipment\",\"isPartOf\":{\"@id\":\"https:\/\/orangered-peafowl-413256.hostingersite.com\/en\/#website\"},\"datePublished\":\"2026-01-22T22:01:28+00:00\",\"dateModified\":\"2026-04-30T10:05:09+00:00\",\"description\":\"Need to track your shipment? Enter your tracking number for live updates on your package's location and expected delivery date today\",\"breadcrumb\":{\"@id\":\"https:\/\/alhaythamgroup.com\/en\/track-your-shipment\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/alhaythamgroup.com\/en\/track-your-shipment\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/alhaythamgroup.com\/en\/track-your-shipment\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/alhaythamgroup.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Track Your Shipment\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/orangered-peafowl-413256.hostingersite.com\/en\/#website\",\"url\":\"https:\/\/orangered-peafowl-413256.hostingersite.com\/en\/\",\"name\":\"alhaythamgroup.com\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/orangered-peafowl-413256.hostingersite.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/orangered-peafowl-413256.hostingersite.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/orangered-peafowl-413256.hostingersite.com\/en\/#organization\",\"name\":\"alhaythamgroup.com\",\"url\":\"https:\/\/orangered-peafowl-413256.hostingersite.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/orangered-peafowl-413256.hostingersite.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/alhaythamgroup.com\/wp-content\/uploads\/2024\/10\/Al-Haytham-Logo-1.png\",\"contentUrl\":\"https:\/\/alhaythamgroup.com\/wp-content\/uploads\/2024\/10\/Al-Haytham-Logo-1.png\",\"width\":277,\"height\":100,\"caption\":\"alhaythamgroup.com\"},\"image\":{\"@id\":\"https:\/\/orangered-peafowl-413256.hostingersite.com\/en\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Track Your Shipment","description":"Need to track your shipment? Enter your tracking number for live updates on your package's location and expected delivery date today","robots":{"index":"noindex","follow":"follow"},"og_locale":"en_US","og_type":"article","og_title":"Track Your Shipment","og_description":"Need to track your shipment? Enter your tracking number for live updates on your package's location and expected delivery date today","og_url":"https:\/\/alhaythamgroup.com\/en\/track-your-shipment\/","og_site_name":"alhaythamgroup.com","article_modified_time":"2026-04-30T10:05:09+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/alhaythamgroup.com\/en\/track-your-shipment\/","url":"https:\/\/alhaythamgroup.com\/en\/track-your-shipment\/","name":"Track Your Shipment","isPartOf":{"@id":"https:\/\/orangered-peafowl-413256.hostingersite.com\/en\/#website"},"datePublished":"2026-01-22T22:01:28+00:00","dateModified":"2026-04-30T10:05:09+00:00","description":"Need to track your shipment? Enter your tracking number for live updates on your package's location and expected delivery date today","breadcrumb":{"@id":"https:\/\/alhaythamgroup.com\/en\/track-your-shipment\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/alhaythamgroup.com\/en\/track-your-shipment\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/alhaythamgroup.com\/en\/track-your-shipment\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/alhaythamgroup.com\/en\/"},{"@type":"ListItem","position":2,"name":"Track Your Shipment"}]},{"@type":"WebSite","@id":"https:\/\/orangered-peafowl-413256.hostingersite.com\/en\/#website","url":"https:\/\/orangered-peafowl-413256.hostingersite.com\/en\/","name":"alhaythamgroup.com","description":"","publisher":{"@id":"https:\/\/orangered-peafowl-413256.hostingersite.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/orangered-peafowl-413256.hostingersite.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/orangered-peafowl-413256.hostingersite.com\/en\/#organization","name":"alhaythamgroup.com","url":"https:\/\/orangered-peafowl-413256.hostingersite.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/orangered-peafowl-413256.hostingersite.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/alhaythamgroup.com\/wp-content\/uploads\/2024\/10\/Al-Haytham-Logo-1.png","contentUrl":"https:\/\/alhaythamgroup.com\/wp-content\/uploads\/2024\/10\/Al-Haytham-Logo-1.png","width":277,"height":100,"caption":"alhaythamgroup.com"},"image":{"@id":"https:\/\/orangered-peafowl-413256.hostingersite.com\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/alhaythamgroup.com\/en\/wp-json\/wp\/v2\/pages\/37017","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alhaythamgroup.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/alhaythamgroup.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/alhaythamgroup.com\/en\/wp-json\/wp\/v2\/users\/28"}],"replies":[{"embeddable":true,"href":"https:\/\/alhaythamgroup.com\/en\/wp-json\/wp\/v2\/comments?post=37017"}],"version-history":[{"count":4,"href":"https:\/\/alhaythamgroup.com\/en\/wp-json\/wp\/v2\/pages\/37017\/revisions"}],"predecessor-version":[{"id":37022,"href":"https:\/\/alhaythamgroup.com\/en\/wp-json\/wp\/v2\/pages\/37017\/revisions\/37022"}],"wp:attachment":[{"href":"https:\/\/alhaythamgroup.com\/en\/wp-json\/wp\/v2\/media?parent=37017"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}