Файловый менеджер - Редактировать - /home/c7lekhnath/silverray.com.au/oldsite/storage/framework/views/c178e4f416d3d2ada3645f9ed7f238e0.php
Назад
<?php $__env->startSection('title'); ?> <title><?php echo e($seoSetting->seo_title); ?></title> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta'); ?> <meta name="description" content="<?php echo e($seoSetting->seo_description); ?>"> <?php $__env->stopSection(); ?> <?php $__env->startSection('frontend-content'); ?> <?php $slider_section = $sectionControls->where('section_name', 'slider')->first(); ?> <?php if($slider_section->status == 1 && $sliders->count() > 0): ?> <!--=====BANNER START=====--> <section class="wsus__banner"> <div class="row banner_slider"> <?php $__currentLoopData = $sliders; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $slider): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-xl-12"> <div class="wsus__banner_single" style="background: url(<?php echo e(asset($slider->image)); ?>);"> <div class="container banner_content"> <div class="row"> <div class="col-xl-5"> <div class="wsus__banner_text"> <a href="javascript:;"><?php echo e($slider->title); ?></a> </div> </div> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <div class="container wsus__for_search"> <div class="wsus__banner_search"> <h4><?php echo e(__('Find Your Property')); ?></h4> <ul class="nav nav-pills" id="pills-tab" role="tablist"> <li class="nav-item" role="presentation"> <button class="nav-link active" id="pills-home-tab" data-bs-toggle="pill" data-bs-target="#pills-home" type="button" role="tab" aria-controls="pills-home" aria-selected="true"><?php echo e(__('Any')); ?></button> </li> <li class="nav-item" role="presentation"> <button class="nav-link" id="pills-profile-tab" data-bs-toggle="pill" data-bs-target="#pills-profile" type="button" role="tab" aria-controls="pills-profile" aria-selected="false"><?php echo e(__('Sell')); ?></button> </li> <li class="nav-item" role="presentation"> <button class="nav-link" id="pills-contact-tab" data-bs-toggle="pill" data-bs-target="#pills-contact" type="button" role="tab" aria-controls="pills-contact" aria-selected="false"><?php echo e(__('Rent')); ?></button> </li> </ul> <div class="tab-content" id="pills-tabContent"> <div class="tab-pane fade show active" id="pills-home" role="tabpanel" aria-labelledby="pills-home-tab"> <form method="GET" action="<?php echo e(route('search-property')); ?>"> <div class="wsus__serach_single"> <select class="select_2" name="city_id"> <option value=""><?php echo e(__('Select Location')); ?></option> <?php $__currentLoopData = $cities; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $city): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($city->id); ?>"><?php echo e($city->title); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> <div class="wsus__serach_single"> <select class="select_2" name="property_type"> <option value=""><?php echo e(__('Property Type')); ?></option> <?php $__currentLoopData = $propertyTypes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $propertyType): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($propertyType->id); ?>"><?php echo e($propertyType->title); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> <div class="wsus__serach_single"> <select class="select_2" name="price_range"> <option value=""><?php echo e(__('Price Range')); ?></option> <?php $min_price = $minimum_price; ?> <?php for($i = 1; $i <= 10; $i++): ?> <?php $max_price = $minimum_price + $price_step * $i; ?> <option value="<?php echo e($min_price . ':' . $max_price); ?>"><?php echo e(currency($min_price)); ?> - <?php echo e(currency($max_price)); ?></option> <?php $min_price = $max_price + 1; ?> <?php endfor; ?> </select> </div> <div class="wsus__serach_single"> <select class="select_2" name="number_of_room"> <option value=""><?php echo e(__('Number Of Rooms')); ?></option> <?php for($i = 1; $i <= $max_number_of_room; $i++): ?> <option value="<?php echo e($i); ?>"><?php echo e($i); ?> <?php echo e(__('Rooms or less')); ?></option> <?php endfor; ?> </select> </div> <div class="wsus__serach_single"> <input type="text" placeholder="<?php echo e(__('Property Id')); ?>" name="property_id"> </div> <input type="hidden" name="page_type" value="list_view"> <input type="hidden" name="purpose_type" value=""> <div class="wsus__serach_single"> <input type="text" placeholder="<?php echo e(__('Type Here ...')); ?>" name="search"> <button class="common_btn" type="submit"><?php echo e(__('Search Property')); ?></button> </div> </form> </div> <div class="tab-pane fade" id="pills-profile" role="tabpanel" aria-labelledby="pills-profile-tab"> <form method="GET" action="<?php echo e(route('search-property')); ?>"> <div class="wsus__serach_single"> <select class="select_2" name="city_id"> <option value=""><?php echo e(__('Select Location')); ?></option> <?php $__currentLoopData = $cities; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $city): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($city->id); ?>"><?php echo e($city->title); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> <div class="wsus__serach_single"> <select class="select_2" name="property_type"> <option value=""><?php echo e(__('Property Type')); ?></option> <?php $__currentLoopData = $propertyTypes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $propertyType): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($propertyType->id); ?>"><?php echo e($propertyType->title); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> <div class="wsus__serach_single"> <select class="select_2" name="price_range"> <option value=""><?php echo e(__('Price Range')); ?></option> <?php $min_price = $minimum_price; ?> <?php for($i = 1; $i <= 10; $i++): ?> <?php $max_price = $minimum_price + $price_step * $i; ?> <option value="<?php echo e($min_price . ':' . $max_price); ?>"> <?php echo e(currency($min_price)); ?> - <?php echo e(currency($max_price)); ?></option> <?php $min_price = $max_price + 1; ?> <?php endfor; ?> </select> </div> <div class="wsus__serach_single"> <select class="select_2" name="number_of_room"> <option value=""><?php echo e(__('Number Of Rooms')); ?></option> <?php for($i = 1; $i <= $max_number_of_room; $i++): ?> <option value="<?php echo e($i); ?>"><?php echo e($i); ?> <?php echo e(__('Rooms or less')); ?></option> <?php endfor; ?> </select> </div> <div class="wsus__serach_single"> <input type="text" placeholder="<?php echo e(__('Property Id')); ?>" name="property_id"> </div> <input type="hidden" name="page_type" value="list_view"> <input type="hidden" name="purpose_type" value="1"> <div class="wsus__serach_single"> <input type="text" placeholder="<?php echo e(__('Type')); ?>" name="search"> <button class="common_btn" type="submit"><?php echo e(__('Search Property')); ?></button> </div> </form> </div> <div class="tab-pane fade" id="pills-contact" role="tabpanel" aria-labelledby="pills-contact-tab"> <form method="GET" action="<?php echo e(route('search-property')); ?>"> <div class="wsus__serach_single"> <select class="select_2" name="city_id"> <option value=""><?php echo e(__('Select Location')); ?></option> <?php $__currentLoopData = $cities; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $city): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($city->id); ?>"><?php echo e($city->title); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> <div class="wsus__serach_single"> <select class="select_2" name="property_type"> <option value=""><?php echo e(__('Property Type')); ?></option> <?php $__currentLoopData = $propertyTypes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $propertyType): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($propertyType->id); ?>"><?php echo e($propertyType->title); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> <div class="wsus__serach_single"> <select class="select_2" name="price_range"> <option value=""><?php echo e(__('Price Range')); ?></option> <?php $min_price = $minimum_price; ?> <?php for($i = 1; $i <= 10; $i++): ?> <?php $max_price = $minimum_price + $price_step * $i; ?> <option value="<?php echo e($min_price . ':' . $max_price); ?>"> <?php echo e(currency($min_price)); ?> - <?php echo e(currency($max_price)); ?></option> <?php $min_price = $max_price + 1; ?> <?php endfor; ?> </select> </div> <div class="wsus__serach_single"> <select class="select_2" name="number_of_room"> <option value=""><?php echo e(__('Number Of Rooms')); ?></option> <?php for($i = 1; $i <= $max_number_of_room; $i++): ?> <option value="<?php echo e($i); ?>"><?php echo e($i); ?> <?php echo e(__('Rooms or less')); ?></option> <?php endfor; ?> </select> </div> <div class="wsus__serach_single"> <input type="text" placeholder="<?php echo e(__('Property Id')); ?>" name="property_id"> </div> <input type="hidden" name="page_type" value="list_view"> <input type="hidden" name="purpose_type" value="2"> <div class="wsus__serach_single"> <input type="text" placeholder="<?php echo e(__('Type')); ?>" name="search"> <button class="common_btn" type="submit"><?php echo e(__('Search Property')); ?></button> </div> </form> </div> </div> </div> </div> </section> <!--=====BANNER END=====--> <?php endif; ?> <?php $about_section = $sectionControls->where('section_name', 'about_us')->first(); ?> <?php if($about_section->status == 1): ?> <!--=====ABOUT START=====--> <section class="wsus__about mt_100 xs_mt_75"> <div class="container"> <div class="row"> <div class="col-xl-5 col-lg-5"> <div class="wsus__about_img"> <img src="<?php echo e(asset($aboutUs->image)); ?>" alt="about images" class="img-fluid w-100" loading="lazy"> </div> </div> <div class="col-xl-7 col-lg-7"> <div class="wsus__about_counter"> <div class="row"> <div class="col-12"> <div class="wsus__section_heading mb_40 mt_30"> <h2><?php echo e(__(' About Us')); ?></h2> </div> </div> <div class="col-12"> <div class="about_small"> <?php echo clean($aboutUs->translation->about_us); ?> <?php if($aboutUs->translation->about_us): ?><a href="<?php echo e(route('about.us')); ?>"><?php echo e(__('Read More')); ?></a><?php endif; ?> </div> </div> <?php $__currentLoopData = $counters; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $counter): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-xl-6 col-md-6"> <div class="wsus__about_counter_single text-center"> <div class="wsus__about_counter_icon"> <i class="<?php echo e($counter->icon); ?>"></i> </div> <div class="wsus__about_counter_text"> <h3 class="counter m-0"><?php echo e($counter->qty); ?></h3> <p><?php echo e($counter->translation->title); ?></p> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> </div> </section> <!--=====ABOUT END=====--> <?php endif; ?> <?php $top_property_section = $sectionControls->where('section_name', 'top_property')->first(); ?> <?php if($top_property_section->status == 1 && $top_properties->count() > 0): ?> <!--=====NEW PROPERTIES END=====--> <section class="wsus__new_properties pt_90 xs_pt_65 pb_75 xs_pb_50 mt_100 xs_mt_75"> <div class="container"> <div class="row"> <div class="col-12"> <div class="wsus__section_heading text-center mb_60"> <h2><?php echo e(__('Top Properties')); ?></h2> <span><?php echo e(__('Discover premium homes, investment opportunities, and exceptional value.')); ?></span> </div> </div> </div> <div class="row"> <?php $__currentLoopData = $top_properties->take($top_property_section->qty); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $property): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-xl-4 col-md-6"> <div class="wsus__single_property"> <div class="wsus__single_property_img"> <img src="<?php echo e(asset($property->thumbnail_image)); ?>" alt="properties" class="img-fluid w-100" loading="lazy"> <?php if($property->property_purpose_id == 1): ?> <span class="sale"><?php echo e($property->propertyPurpose?->title); ?></span> <?php elseif($property->property_purpose_id == 2): ?> <span class="sale"><?php echo e($property->propertyPurpose?->title); ?></span> <?php endif; ?> <?php if($property->urgent_property == 1): ?> <span class="rent"><?php echo e(__('Urgent')); ?></span> <?php endif; ?> </div> <div class="wsus__single_property_text"> <?php if($property->property_purpose_id == 1): ?> <span class="tk"><?php echo e(currency($property->price)); ?></span> <?php elseif($property->property_purpose_id == 2): ?> <span class="tk"><?php echo e(currency($property->price)); ?> / <?php if($property->period == 'Daily'): ?> <span><?php echo e(__('Daily')); ?></span> <?php elseif($property->period == 'Monthly'): ?> <span><?php echo e(__('Monthly')); ?></span> <?php elseif($property->period == 'Yearly'): ?> <span><?php echo e(__('Yearly')); ?></span> <?php endif; ?> </span> <?php endif; ?> <a href="<?php echo e(route('property.details', $property->slug)); ?>" class="title w-100"><?php echo e($property->title); ?></a> <ul class="d-flex flex-wrap justify-content-between"> <li><i class="fal fa-bed"></i> <?php echo e($property->number_of_bedroom); ?> <?php echo e(__('Bed')); ?></li> <li><i class="fal fa-shower"></i> <?php echo e($property->number_of_bathroom); ?> <?php echo e(__('Bath')); ?></li> <li><i class="fal fa-draw-square"></i> <?php echo e($property->area); ?> <?php echo e(__('Sqft')); ?> </li> </ul> <div class="wsus__single_property_footer d-flex justify-content-between align-items-center"> <a href="<?php echo e(route('search-property', ['page_type' => 'list_view', 'property_type' => $property->propertyType->id])); ?>" class="category"><?php echo e($property->propertyType?->title); ?></a> <?php $total_review = $property->reviews->where('status', 1)->count(); if ($total_review > 0) { $avg_sum = $property->reviews ->where('status', 1) ->sum('avarage_rating'); $avg = $avg_sum / $total_review; $intAvg = intval($avg); $nextVal = $intAvg + 1; $reviewPoint = $intAvg; $halfReview = false; if ($intAvg < $avg && $avg < $nextVal) { $reviewPoint = $intAvg + 0.5; $halfReview = true; } } ?> <?php if($total_review > 0): ?> <span class="rating"><?php echo e(sprintf('%.1f', $reviewPoint)); ?> <?php for($i = 1; $i <= 5; $i++): ?> <?php if($i <= $reviewPoint): ?> <i class="fas fa-star"></i> <?php elseif($i > $reviewPoint): ?> <?php if($halfReview == true): ?> <i class="fas fa-star-half-alt"></i> <?php $halfReview = false; ?> <?php else: ?> <i class="fal fa-star"></i> <?php endif; ?> <?php endif; ?> <?php endfor; ?> </span> <?php else: ?> <span class="rating">0.0 <?php for($i = 1; $i <= 5; $i++): ?> <i class="fal fa-star"></i> <?php endfor; ?> </span> <?php endif; ?> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <!--=====NEW PROPERTIES END=====--> <?php endif; ?> <?php $featured_property_section = $sectionControls->where('section_name', 'featured_property')->first(); ?> <?php if($featured_property_section->status == 1 && $featured_properties->count() > 0): ?> <section class="wsus__popular_properties mt_90 xs_mt_65"> <div class="container"> <div class="row"> <div class="col-12"> <div class="wsus__section_heading text-center mb_60"> <h2><?php echo e(__('Featured Properties')); ?></h2> <span><?php echo e(__('Browse our exclusive selection of standout properties that combine luxury, comfort, and excellent investment potential.')); ?></span> </div> </div> </div> <div class="row"> <?php $__currentLoopData = $featured_properties->take($featured_property_section->qty); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $property): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-xl-4 col-md-6"> <div class="wsus__popular_properties_single"> <img src="<?php echo e(asset($property->thumbnail_image)); ?>" alt="popular properties" loading="lazy"> <a href="<?php echo e(route('property.details', $property->slug)); ?>" class="wsus__popular_text"> <h4><?php echo e($property->title); ?></h4> <ul class="d-flex flex-wrap mt-3"> <li><i class="fal fa-bed"></i> <?php echo e($property->number_of_bedroom); ?> <?php echo e(__('Bed')); ?></li> <li><i class="fal fa-shower"></i> <?php echo e($property->number_of_bathroom); ?> <?php echo e(__('Bath')); ?></li> <li><i class="fal fa-draw-square"></i> <?php echo e($property->area); ?> <?php echo e(__('Sqft')); ?> </li> </ul> </a> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <?php endif; ?> <?php $urgent_property_section = $sectionControls->where('section_name', 'urgent_property')->first(); ?> <?php if($urgent_property_section->status == 1 && $urgent_properties->count() > 0): ?> <!--=====TOP PROPERTIES START=====--> <section class="wsus__top_properties mt_75 xs_mt_50 pt_90 xs_pt_65 pb_75 xs_pb_50"> <div class="container"> <div class="row"> <div class="col-12"> <div class="wsus__section_heading text-center mb_60"> <h2><?php echo e(__('Urgent Properties')); ?></h2> <span><?php echo e(__('Discover urgent listings with great deals on move-in ready properties.')); ?></span> </div> </div> </div> <div class="row"> <?php $__currentLoopData = $urgent_properties->take($urgent_property_section->qty); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $property): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-xl-4 col-sm-6 col-lg-4"> <div class="wsus__top_properties_item"> <div class="row"> <div class="col-xl-6"> <div class="wsus__top_properties_img"> <img src="<?php echo e(asset($property->thumbnail_image)); ?>" alt="top properties" class="ifg-fluid w-100" loading="lazy"> </div> </div> <div class="col-xl-6"> <div class="wsus__top_properties_text"> <a href="<?php echo e(route('property.details', $property->slug)); ?>"><?php echo e($property->title); ?></a> <?php if($property->property_purpose_id == 1): ?> <p><?php echo e(currency($property->price)); ?></p> <?php elseif($property->property_purpose_id == 2): ?> <p><?php echo e(currency($property->price)); ?> / <?php if($property->period == 'Daily'): ?> <span><?php echo e(__('Daily')); ?></span> <?php elseif($property->period == 'Monthly'): ?> <span><?php echo e(__('Monthly')); ?></span> <?php elseif($property->period == 'Yearly'): ?> <span><?php echo e(__('Yearly')); ?></span> <?php endif; ?> </p> <?php endif; ?> </div> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <!--=====TOP PROPERTIES END=====--> <?php endif; ?> <?php $service_section = $sectionControls->where('section_name', 'service')->first(); ?> <?php if($service_section->status == 1 && $services->count() > 0): ?> <section class="wsus__services" style="background: url(<?php echo e(asset($backgroundImage->service_background_image)); ?>);"> <div class="wsus__services_overlay pt_100 xs_pt_75 pb_75 xs_pb_50"> <div class="container"> <div class="row"> <div class="col-xl-5 col-lg-4"> <div class="wsus__services_heading"> <div class="wsus__section_heading"> <h2 class="text-white"><?php echo e(__('What Are You Looking For')); ?></h2> <span class="text-white"><?php echo e(__('Our Comprehensive Real Estate Services, From Buying and Selling to Property Management and Investment Guidance.')); ?></span> </div> </div> </div> <div class="col-xl-7 col-lg-8"> <div class="row"> <?php $__currentLoopData = $services->take($service_section->qty); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $service): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-xl-6 col-md-6"> <div class="wsus__single_service"> <i class="<?php echo e($service->icon); ?>"></i> <h4><?php echo e($service->translation?->title); ?></h4> <p><?php echo e($service->translation?->description); ?></p> <span><i class="fas fa-flower"></i></span> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> </div> </section> <?php endif; ?> <?php $agent_section = $sectionControls->where('section_name', 'agent')->first(); ?> <?php if($agent_section->status == 1 && $agents->count() > 0): ?> <section class="wsus__agents mt_90 xs_mt_65"> <div class="container"> <div class="row"> <div class="col-12"> <div class="wsus__section_heading text-center mb_35 xs_mb_30"> <h2><?php echo e(__('Our Agents')); ?></h2> <span><?php echo e(__('Meet our expert real estate team, here to guide you with dedicated service and advice.')); ?></span> </div> </div> </div> <div class="row"> <?php $__currentLoopData = $agents->take($agent_section->qty); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $agent): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-xl-3 col-sm-6 col-lg-4"> <div class="wsus__single_team"> <a href="<?php echo e(route('agent.show', ['user_type' => '2', 'user_name' => $agent->user_name])); ?>" class="wsus__single_team_img"> <img src="<?php echo e($agent->image ? asset($agent->image) : asset($setting->default_avatar)); ?>" alt="team images" class="imf-fluid w-100" loading="lazy"> </a> <a href="<?php echo e(route('agent.show', ['user_type' => '2', 'user_name' => $agent->user_name])); ?>" class="title"><?php echo e($agent->name); ?></a> <p><i class="fal fa-location-circle"></i> <?php echo e($agent->address); ?></p> <ul class="agent_link"> <?php if($agent->icon_one && $agent->link_one): ?> <li><a href="<?php echo e($agent->link_one); ?>"><i class="<?php echo e($agent->icon_one); ?>"></i></a></li> <?php endif; ?> <?php if($agent->icon_two && $agent->link_two): ?> <li><a href="<?php echo e($agent->link_two); ?>"><i class="<?php echo e($agent->icon_two); ?>"></i></a></li> <?php endif; ?> <?php if($agent->icon_three && $agent->link_three): ?> <li><a href="<?php echo e($agent->link_three); ?>"><i class="<?php echo e($agent->icon_three); ?>"></i></a></li> <?php endif; ?> <?php if($agent->icon_four && $agent->link_four): ?> <li><a href="<?php echo e($agent->link_four); ?>"><i class="<?php echo e($agent->icon_four); ?>"></i></a></li> <?php endif; ?> </ul> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <?php endif; ?> <?php $blog_section = $sectionControls->where('section_name', 'blog')->first(); ?> <?php if($blog_section->status == 1 && $blogs->count() > 0): ?> <section class="wsus__blog mt_90 xs_mt_70"> <div class="container"> <div class="row"> <div class="col-12"> <div class="wsus__section_heading text-center mb_60"> <h2><?php echo e(__('Our Blogs')); ?></h2> <span><?php echo e(__('Explore Insights, Tips, and Trends in Real Estate.')); ?></span> </div> </div> </div> <div class="row"> <?php $colorId = 1; ?> <?php $__currentLoopData = $blogs->take($blog_section->qty); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $blog): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if ($index % 4 == 0) { $colorId = 1; } $color = ''; if ($colorId == 1) { $color = ''; } elseif ($colorId == 2) { $color = 'oreangr'; } elseif ($colorId == 3) { $color = 'gren'; } elseif ($colorId == 4) { $color = 'blur'; } ?> <div class="col-xl-4 col-md-6"> <div class="wsus__single_blog"> <div class="wsus__blog_img"> <img src="<?php echo e(asset($blog->image)); ?>" alt="blog items" class="img-fluid w-100" loading="lazy"> <span class="category <?php echo e($color); ?>"><?php echo e($blog->category?->title); ?></span> </div> <div class="wsus__blog_text"> <p class="blog_date"> <span><?php echo e($blog->created_at->format('d')); ?></span> <span><?php echo e($blog->created_at->format('m')); ?></span> <span><?php echo e($blog->created_at->format('Y')); ?></span> </p> <span class="comment"><i class="fal fa-comment-dots"></i> <?php echo e($blog->comments->where('status', 1)->count()); ?></span> <div class="wsus__blog_header d-flex flex-wrap align-items-center justify-content-between"> <div class="blog_header_images d-flex flex-wrap align-items-center w-100"> <img src="<?php echo e($blog->admin ? asset($blog->admin->image) : asset($setting->default_avatar)); ?>" alt="bloger" class="img-fluid img-thumbnail" loading="lazy"> <span><?php echo e($blog->admin ? $blog->admin->name : ''); ?></span> </div> </div> <a href="<?php echo e(route('blog.details', $blog->slug)); ?>" class="blog_title"><?php echo e($blog->title); ?></a> <p><?php echo e($blog->translation->short_description); ?></p> </div> </div> </div> <?php $colorId++; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <?php endif; ?> <?php $testimonial_section = $sectionControls->where('section_name', 'testimonial')->first(); ?> <?php if($testimonial_section->status == 1 && $testimonials->count() > 0): ?> <section class="wsus__testimonial mt_75 xs_mt_50 pt_90 xs_pt_65 pb_85 xs_pb_100" style="background: url(<?php echo e(asset('uploads/website-images/bg_shape.webp')); ?>);"> <div class="container"> <div class="row justify-content-between align-content-center"> <div class="col-xl-4 col-lg-4"> <div class="wsus__section_heading d-flex align-content-center justify-content-center flex-column"> <h2><?php echo e(__('Happy Clients')); ?></h2> <span><?php echo e(__('Read Real Stories from Our Satisfied Clients and Discover How We Helped Them Find Their Perfect Property.')); ?></span> </div> </div> <div class="col-xl-7 col-lg-8"> <div class="row testi_slider"> <?php $__currentLoopData = $testimonials->take($testimonial_section->qty); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $testimonial): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-12"> <div class="wsus__testi_item"> <div class="row"> <div class="col-xl-5 col-md-5"> <div class="wsus__testi_img d-flex justify-content-center align-items-center"> <i class="fal fa-flower top_icon"></i> <img src="<?php echo e(asset($testimonial->image)); ?>" alt="Clients" class="img-fluid img-thumbnail" loading="lazy"> <i class="fas fa-flower bottom_icon"></i> </div> </div> <div class="col-xl-7 col-md-7"> <div class="wsus__testi_text"> <h2><?php echo e($testimonial->translation->name); ?></h2> <h5><?php echo e($testimonial->translation->designation); ?></h5> <p><i class="fal fa-quote-right"></i> <?php echo e($testimonial->translation->comment); ?></p> </div> </div> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> </section> <?php endif; ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('layout1', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\laragon\www\topland_latest\script_content\main_files\resources\views/index.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.20 | Генерация страницы: 0.02 |
proxy
|
phpinfo
|
Настройка