TOP STORY VIEW MORE

@php $articles = (new \App\Helpers\Helper())->getTopStory(); @endphp @if (isset($articles) && count($articles) > 0)
{{ $articles[0]['title'] }}

{!! $articles[0]['summary'] !!}

{{ date('d F, Y', strtotime($articles[0]['publish_date'])) }}

{{ $articles[1]['title'] }}

{{ date('d F, Y', strtotime($articles[1]['publish_date'])) }}

{{ $articles[2]['title'] }}

{{ date('d F, Y', strtotime($articles[2]['publish_date'])) }}
@endif

NEWS LETTER

Subscribe for our news letter

{{ csrf_field() }}


E - PAPER

    @if (isset($current_magazine) && !empty($current_magazine['id']))

  • CURRENT MONTH
  • @endif @if (isset($pastweek) && !empty($pastweek['id']))

  • LAST MONTH
  • @endif

Subscribe To Realty+ online


@if (isset($parents[7])) @if ($parents[7]->forpage == 'story') @if ($parents[7]->desktop == '1') @if ($parents[7]->status == 1) {!! $parents[7]->bscript !!} @else @endif @endif @endif @endif
@if (isset($allMagazines) && !empty($allMagazines['id']))

REALTY+ SPECIAL ISSUES

    @foreach ($allMagazines as $value)

  • {{ $value['title'] }}
  • @endforeach
@endif

@php $youtubeVideo = (new \App\Helpers\Helper())->getLatestYoutubeVideo(); @endphp @if (isset($youtubeVideo) && !empty($youtubeVideo->id))

VIDEO GALLERY VIEW MORE

{{ $youtubeVideo->title }}
@endif