@extends('frontend.layouts.app') @section('title') Home @endsection @section('content') @if( get_setting('home_section_one_status') == 1)
home-main-banner-overlay-bg home-banner-overlay-shape

{{ get_setting('home_section_one_title') }}

{!! get_setting('home_section_one_sub_title') !!}

home-main-banner-bg
@endif @if( get_setting('home_section_tow_status') == 1)
overlay-tri-angle-bg

{{ get_setting('home_sec_tow_title') }}

@if (loopType(json_decode(get_setting('home_sec_tow_block_title'), true))) @foreach (json_decode(get_setting('home_sec_tow_block_title'), true) as $key => $value)
resource-icon

{{$value}}

{!! getLoopSetting('home_sec_tow_block_desc', $key) !!}

@endforeach @endif
@endif @if( get_setting('home_section_three_status') == 1)
home-achive-overlay-shape

{{get_setting('home_sec_three_title')}}

{!! get_setting('home_sec_three_desc') !!}
@if (loopType(json_decode(get_setting('home_sec_three_card_count_value'), true))) @foreach (json_decode(get_setting('home_sec_three_card_count_value'), true) as $key => $value)
counter-icon
{{ $value }} {{ getLoopSetting('home_sec_three_card_count_symbol', $key) }}

{{ getLoopSetting('home_sec_three_card_title', $key) }}

@endforeach @endif
@endif @if( get_setting('home_section_four_status') == 1) {{-- Service Section --}}
overlay-tri-angle-bg

{{get_setting('home_section_four_heading')}}

{!! get_setting('home_sec_four_desc') !!}
@if($services->isNotEmpty()) @foreach ($services as $service) @endforeach @endif
@endif @if( get_setting('home_section_five_status') == 1)

{{get_setting('home_sec_five_title')}}

{!! get_setting('home_sec_five_short_desc') !!}
{!! get_setting('home_sec_five_desc') !!}
@endif @if( get_setting('home_section_six_status') == 1)
overlay-tri-angle-bg
calculate-box-overlay-bg

{{ get_setting('home_sec_six_title') }}

{!! get_setting('home_sec_six_desc') !!}

{{strtoupper(get_setting('home_sec_six_calc_title'))}}

AED 1000 AED 10,000,000
0 20
1 Month 360 Months
Pay Monthly AED 2200
Intrest Rate 10.00%
Term of Use 6 Months
Total Payable Amount AED 30000
@endif @if( get_setting('home_section_seven_status') == 1)

{{get_setting('home_sec_seven_title')}}

@endif @if( get_setting('home_section_eight_status') == 1)
home-banner-overlay-shape

{{get_setting('home_sec_eight_title')}}

{!! get_setting('home_sec_eight_desc') !!}
@if (loopType(json_decode(get_setting('home_sec_eight_block_title'), true))) @foreach (json_decode(get_setting('home_sec_eight_block_title'), true) as $key => $value)
why-cta-icon

{{ getLoopSetting('home_sec_eight_block_title', $key) }}

{!! getLoopSetting('home_sec_eight_block_desc', $key) !!}
@endforeach @endif
why-cta-bg
@endif @if( get_setting('home_section_nine_status') == 1)
overlay-tri-angle-bg

Our Latest Mortgage Offers In Dubai And The UAE

@endif @if( get_setting('home_section_ten_status') == 1)

{{ get_setting('home_sec_ten_title', 'Our Testimonial') }}

@endif @if( get_setting('home_section_el_status') == 1)

{{get_setting('home_sec_eleven_title', 'Latest Blog')}}

@if(\App\Models\OurBlog::where('status', 1)->get()->isNotEmpty()) @foreach(\App\Models\OurBlog::where('status', 1)->orderBy('created_at', 'DESC')->take(6)->get() as $blog)
blog-bg
{{ date('d', strtotime($blog->created_at)) }}
{{ date('M', strtotime($blog->created_at)) }}

{{ $blog->title }}

{!! \Illuminate\Support\Str::words(strip_tags($blog->content), 30, '...') !!}
@endforeach @endif
@endif @if( get_setting('home_section_twel_status') == 1)
home-faq-overlay-shape

{{get_setting('home_sec_twel_title', 'Fequently Asked Questions')}}

@endif @include('frontend.partials.enquiry') @endsection @section('script') @endsection