Server IP : 66.29.132.124 / Your IP : 3.149.214.28 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/Space/frontend/blocks/list-space/ |
Upload File : |
<div class="bravo-list-space product-card-block product-card-v2 border-bottom border-color-8"> <div class="container space-1"> @if(!empty($title)) <div class="d-flex justify-content-between mb-3 pt-md-3 mt-1 pb-md-3 mb-md-2 align-items-end"> <div class="font-weight-bold font-size-xs-20 font-size-30 mb-0 text-lh-sm"> {{$title}} <small class="font-size-xs-14 font-size-14 mb-0 text-lh-sm d-block mt-1"> {{ $desc }} </small> </div> <a href="{{ route("space.search") }}" class="font-weight-bold d-flex text-lh-1 mb-md-2 ml-2">{{ __("More") }} <i class="flaticon-right-arrow ml-2"></i> </a> </div> @endif <div class="row"> @foreach($rows as $row) <div class="col-md-6 col-lg-{{$col ?? 3}} col-xl-{{$col ?? 3}} mb-3 mb-md-4 pb-1"> @include('Space::frontend.layouts.search.loop-grid') </div> @endforeach </div> </div> </div>