@php $version = $basicInfo->theme_version; @endphp @extends('frontend.layouts.layout-v' . $version) @section('pageHeading') {{ __('Home') }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_home }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_home }} @endif @endsection @section('content')
Banner

{{ $heroStatic->title }}

{{ $heroStatic->text }}

{{ symbolPrice($min) }} - {{ symbolPrice($max) }}
{{ symbolPrice($min) }} - {{ symbolPrice($max) }}
@if ($secInfo->brand_section_status == 1) @endif @if ($secInfo->category_section_status == 1)
{{ $catgorySecInfo->title }}

{{ $catgorySecInfo?->subtitle }}

@forelse ($property_categories as $category) @empty

{{ __('No Categories Found') }}

@endforelse
Shape Shape Shape Shape Shape
@endif @if ($secInfo->property_section_status == 1) @endif @if ($secInfo->about_section_status == 1)
{{ $aboutInfo->title }}

{{ $aboutInfo?->sub_title }}

{!! $aboutInfo?->description !!}
@if (!empty($aboutInfo->btn_url)) {{ $aboutInfo?->btn_name }} @endif @if (!empty($aboutInfo->client_text))
{{ $aboutInfo?->client_text }}
@endif
Image
Image @if (!empty($aboutImg->about_section_video_link)) @endif
Shape Shape Shape Shape
@endif @if ($secInfo->work_process_section_status == 1)
{{ $workProcessSecInfo->title }}

{{ $workProcessSecInfo?->subtitle }}

@forelse ($processes as $process)
{{ $loop->iteration }}

{{ $process->title }}

{{ $process->text }}

@empty

{{ __('No Work Process Found') }}

@endforelse
@endif @if ($secInfo->counter_section_status == 1)
Image
@forelse ($counters as $counter)

{{ $counter->amount }}+

{{ $counter->title }}

@empty

{{ __('No Counter Information Found') }}

@endforelse
@endif @if ($secInfo->project_section_status == 1)
{{ $projectInfo->title }}

{{ $projectInfo?->subtitle }}

@forelse ($projects as $project) @empty

{{ __('No Projects Found') }}

@endforelse
@endif @if ($secInfo->testimonial_section_status == 1)
{{ $testimonialSecInfo->title }}

{{ $testimonialSecInfo?->subtitle }}

@forelse ($testimonials as $testimonial)

{{ $testimonial->comment }}

@if (is_null($testimonial->image)) image @else Person Image @endif
{{ $testimonial->name }}
{{ $testimonial->occupation }}
({{ $testimonial->rating }})
@empty

{{ __('No Testimonials Found') }}

@endforelse
Shape Shape Shape Shape Shape
@endif @endsection