HEX
Server: LiteSpeed
System: Linux server334.web-hosting.com 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
User: richfield (1256)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //home/richfield/www/storage/framework/views/87ed29497880d0fb9e44d6c70ed035267f16774c.php
<header>
    <div class="top_header">
        <div class="container">
            <div class="pull-left header_left">
                <ul>
                    <li><i class="fa fa-phone" aria-hidden="true"></i><a href="tel:<?php echo e(setting('social.phone')); ?>"> <?php echo e(TranslationHelper::translate('Phone')); ?>: <span><?php echo e(setting('social.phone')); ?></span></a></li>
                    <li><i class="fa fa-envelope-o s_color" aria-hidden="true"></i><a href="mailto:<?php echo e(setting('social.email')); ?>"><?php echo e(setting('social.email')); ?></a></li>
                </ul>
            </div>

            <div class="pull-right header_right">
                <div class="state" id="value1">
                    <ul>
                        <li><i class="fa fa-whatsapp" aria-hidden="true"></i><a href="https://wa.me/<?php echo e(setting('social.whatsapp')); ?>"><?php echo e(TranslationHelper::translate('Whatsapp')); ?></a></li>

                    </ul>
                    <div id="polyglotLanguageSwitcher">
                        <form action="#">
                            <select id="polyglot-language-options">
                                <option id="en" value="en" <?php if(app()->getLocale()=='en'): ?> selected <?php endif; ?>><?php echo e(TranslationHelper::translate('English')); ?></option>
                                <option id="ar" value="ar" <?php if(app()->getLocale()=='ar'): ?> selected <?php endif; ?>><?php echo e(TranslationHelper::translate('Arabic')); ?></option>

                            </select>
                        </form>
                    </div>
                </div>


            </div>
        </div> <!-- End of .container -->
    </div> <!-- End of .top_header -->

</header>
<?php /**PATH /home/richfield/public_html/resources/views/layouts/includes/header.blade.php ENDPATH**/ ?>