@extends('front.layout.app') @section('content')
@if(isset($data['banner_first_section_show_hide']) && $data['banner_first_section_show_hide'] === 0)

{{$data['banner_heading_first'] ?? ''}}

{{$data['banner_sub_heading_first'] ?? ''}}

@elseif(isset($data['banner_second_section_show_hide']) && $data['banner_second_section_show_hide'] === 0)

{{$data['banner_heading_second'] ?? ''}}

{{$data['banner_sub_heading_second'] ?? ''}}

@endif
@if(isset($data['about_section_show_hide']) && $data['about_section_show_hide'] === 0)

{!! $data['about_title'] ?? '' !!}

{{$data['about_description'] ?? ''}}

@endif @if(isset($data['why_choose_section_show_hide']) && $data['why_choose_section_show_hide'] === 0)

FeaturesWhy Choose Us?

{{$data['why_heading_one'] ?? ''}}

{{$data['why_description_one'] ?? ''}}

{{$data['why_heading_two'] ?? ''}}

{{$data['why_description_two'] ?? ''}}

{{$data['why_heading_three'] ?? ''}}

{{$data['why_description_three'] ?? ''}}

@endif @if(isset($data['latest_commentry_section_show_hide']) && $data['latest_commentry_section_show_hide'] === 0)

{{$data['commentry_title'] ?? ''}}

{{$data['commentry_description'] ?? ''}}

@endif @if( isset($data['investment_allocation_strategies_section_show_hide']) && $data['investment_allocation_strategies_section_show_hide'] === 0)

{{$data['investment_title'] ?? ''}}

{{$data['investment_description'] ?? ''}}

@endif @endsection