![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/job-board.corals.io/resources/themes/marketplace-master/partials/ |
<!-- Site Footer--> <footer class="site-footer"> <div class="container"> <div class="row"> <div class="col-lg-3 col-md-6"> <!-- Contact Info--> <section class="widget widget-light-skin"> <h3 class="widget-title">@lang('corals-marketplace-master::labels.partial.get_touch_us')</h3> <p class="text-white">@lang('corals-marketplace-master::labels.partial.mobile') {{ \Settings::get('contact_mobile','+970599593301') }}</p> <ul class="list-unstyled text-sm text-white"> <li> <span class="opacity-50">@lang('corals-marketplace-master::labels.partial.monday_friday')</span>9.00 am - 8.00 pm </li> <li><span class="opacity-50">@lang('corals-marketplace-master::labels.partial.saturday')</span>10.00 am - 6.00 pm </li> </ul> <p> <a class="navi-link-light" href="#">{{ \Settings::get('contact_form_email','[email protected]') }}</a> </p> @foreach(\Settings::get('social_links',[]) as $key=>$link) <a class="social-button shape-circle sb-{{ $key }} sb-light-skin" href="{{ $link }}" target="_blank"><i class="fa fa-{{ $key }}"></i> </a> @endforeach </section> </div> <div class="col-lg-3 col-md-6"> <!-- Mobile App Buttons--> <section class="widget widget-light-skin"> <h3 class="widget-title">@lang('corals-marketplace-master::labels.partial.mobile_app')</h3><a class="market-button apple-button mb-light-skin" href="#"><span class="mb-subtitle">@lang('corals-marketplace-master::labels.partial.download')</span><span class="mb-title">@lang('corals-marketplace-master::labels.partial.app_store')</span></a><a class="market-button google-button mb-light-skin" href="#"><span class="mb-subtitle">@lang('corals-marketplace-master::labels.partial.download')</span><span class="mb-title">@lang('corals-marketplace-master::labels.partial.google_play')</span></a><a class="market-button windows-button mb-light-skin" href="#"><span class="mb-subtitle">@lang('corals-marketplace-master::labels.partial.download')</span><span class="mb-title">@lang('corals-marketplace-master::labels.partial.windows_store')</span></a> </section> </div> <div class="col-lg-3 col-md-6"> <!-- About Us--> <section class="widget widget-links widget-light-skin"> <h3 class="widget-title"> </h3> <ul> @foreach(Menus::getMenu('frontend_footer','active') as $menu) <li> <a href="{{ url($menu->url) }}">@if($menu->icon)<i class="{{ $menu->icon }} fa-fw"></i>@endif {{ $menu->name }}</a> </li> @endforeach </ul> </section> </div> <div class="col-lg-3 col-md-6"> <div class="" style="display: table;height: 100%;"> <a class="footer-logo" style="display: table-cell;vertical-align: middle;" href="{{ url('/') }}"> <img src="{{ \Settings::get('site_logo') }}" alt="{{ \Settings::get('site_name', 'Corals') }}"> </a> </div> </div> </div> <hr class="hr-light mt-2 margin-bottom-2x"> <div class="row"> <div class="col-md-7 padding-bottom-1x"> <!-- Payment Methods--> <div class="margin-bottom-1x" style="max-width: 615px;"><img src="/assets/themes/marketplace-master/img/payment_methods.png" alt="Payment Methods"> </div> </div> <div class="col-md-5 padding-bottom-1x"> </div> </div> <!-- Copyright--> <p class="footer-copyright"> {!! \Settings::get('footer_text','') !!} </p> </div> </footer>