Server IP : 66.29.132.124 / Your IP : 18.188.162.87 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/modules/Car/Views/frontend/blocks/form-search-car/ |
Upload File : |
<div class="bravo-form-search-car @if(!empty($style) and $style == "carousel") bravo-form-search-slider @endif" @if(empty($style)) style="background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)),url('{{$bg_image_url}}') !important" @endif> @if(!empty($style) and $style == "carousel" and !empty($list_slider)) <div class="effect"> <div class="owl-carousel"> @foreach($list_slider as $item) @php $img = get_file_url($item['bg_image'],'full') @endphp <div class="item"> <div class="item-bg" style="background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)),url('{{$img}}') !important"></div> </div> @endforeach </div> </div> @endif <div class="container"> <div class="row"> <div class="col-lg-12"> <h1 class="text-heading text-center">{{$title}}</h1> <h2 class="sub-heading text-center">{{$sub_title}}</h2> <div class="g-form-control"> @include('Car::frontend.layouts.search.form-search') </div> </div> </div> </div> </div>