@extends('layouts.app')
@section('content')
{!! $bannerHeader[0]->header_code !!}
@include('homesections.side-gates-banner')
@include('homesections.top-horizontal-banners')
@include('homesections.topnews')
@include('homesections.latestnews')
@if (!empty($parents[7]) && $parents[7]->mobile == 1 && $parents[7]->status == 1)
{!! $parents[7]->bscript !!}
@endif
@if (!empty($parents[6]) && $parents[6]->mobile == 1 && $parents[6]->status == 1)
{!! $parents[6]->bscript !!}
@endif
@if (!empty($parents[5]) && $parents[5]->mobile == 1 && $parents[5]->status == 1)
{!! $parents[5]->bscript !!}
@endif
@include('homesections.rightsidebarads')
@if (!$ArrlistingArticlespinitbox1->isEmpty())
@include('homesections.home_page_block1')
@endif
@if (!empty($custom_section) && count($custom_section) > 0)
@include('homesections.custom_section')
@endif
@if (!empty($ArrlistingArticlespinitbox2) && count($ArrlistingArticlespinitbox2) > 0)
@include('homesections.home_page_block2')
@endif
@include('homesections.international-news')
{{-- Home Page Full Horizontal Banner(4)(DeskTop) Start --}}
@if (isset($parents[22]))
@if ($parents[22]->status == 1)
@if ($parents[22]->desktop == 1)
{!! $parents[22]->bscript !!}
@endif
@else
@endif
@else
@endif
{{-- Home Page Full Horizontal Banner(4)(DeskTop) End --}}
@include('homesections.industry-briefing')
@include('homesections.e4m-zest')
{{-- Home Page Full Horizontal Banner(3 )(DeskTop) --}}
@if (isset($parents[14]))
@if ($parents[14]->status == 1)
{!! $parents[14]->bscript !!}
@else
@endif
@else
@endif
{{-- Home Page Full Horizontal Banner(3 )(DeskTop) End --}}
@include('homesections.e4m-video')
@include('homesections.most-read')
@include('homesections.middle-ads')
@include('homesections.interview')
@include('homesections.stay-connected')
@include('homesections.guest-column')
@include('homesections.media')
@include('homesections.our-properties')
@endsection