| Server IP : 66.29.146.62 / Your IP : 216.73.216.152 Web Server : LiteSpeed System : Linux premium231.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 User : dokkdzvi ( 925) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/dokkdzvi/./www/ |
Upload File : |
<?php
include 'controlPanel/Database.php';
$db = new Database();
?>
<html lang="ar" dir="rtl">
<head>
<?php include "head.php"; ?>
</head>
<body style="overflow: auto;" data-new-gr-c-s-check-loaded="14.1125.0" data-gr-ext-installed="">
<div class="loaderk d-flex justify-content-center align-items-center" style="display: none; height: 0px;">
</div>
<?php include "header.php"; ?>
<main><section class="mt-4 py-3">
</section>
<section class="container">
<h4 style="color: #17a3a1;" class="my-4">اوقات العمل</h4>
<div class="bg-white rounded">
<div class="container p-4">
<h6 class="mb-4">اوقات العمل لخدمة العملاء :</h6>
<p style="text-align: justify;" class="mb-3 pb-3">
التواصل مع رقم خدمة العملاء عن طريق الواتساب <span dir="ltr"><?= $Whatsapp ?></span> خلال اوقات العمل يومياً من الساعة 9صباحا حتى 12 مساءً من يوم السبت حتى الخميس ماعدا يوم الجمعة وأيام العطل والاعياد الرسمية .
</p>
</div>
</div>
</section>
<iframe class="d-none" src="" frameborder="0"></iframe>
<a href="https://wa.me/<?= $Whatsapp ?>" class="contact py-2 px-3 bg-success rounded-circle">
<i class="fab fa-whatsapp text-white my-1 fa-2x"></i>
</a>
</main>
<?php
include "footer.php";
include "script.php";
?>
</body>
</html>