Server IP : 66.29.132.124 / Your IP : 18.117.151.127 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/book24.ng/themes/Mytravel/Booking/frontend/booking/ |
Upload File : |
@php $booking_why_book_with_us = setting_item_array('booking_why_book_with_us',[]); @endphp @if(!empty($booking_why_book_with_us)) <div class="border border-color-7 rounded p-4 mb-5 mt-5"> <h6 class="font-size-17 font-weight-bold text-gray-3 mx-1 mb-3 pb-1"> {{ __("Why Book With Us?") }} </h6> @foreach($booking_why_book_with_us as $key=>$item) <div class="d-flex align-items-center mt-3"> <i class="{{$item['icon'] ?? ""}} font-size-25 text-primary mr-3 pr-1"></i> <h6 class="mb-0 font-size-14 text-gray-1"> <a href="{{$item['link'] ?? ""}}">{{$item['title'] ?? ""}}</a> </h6> </div> @endforeach </div> @endif