@extends('front.layout.app') @section('content') {!! cms_page_heading($news->title) !!}
  • {{ date_formats($news->news_date_time, 'd') }} {{ date_formats($news->news_date_time, 'M') }}
    {{ date_formats($news->news_date_time, 'Y') }}

    {!! $news->description !!}

News Archives

    @php $currentYear = date('Y'); $newsYear = 0; $firstYear = 0; $firstMonthActive = false; @endphp @foreach ($newsArchive as $data)
    Warning: Undefined variable $data in /home/d4listing/public_html/secr/resources/views/front/news/show.blade.php on line 36

    Warning: Attempt to read property "newsyear" on null in /home/d4listing/public_html/secr/resources/views/front/news/show.blade.php on line 36

    Warning: Undefined variable $newsYear in /home/d4listing/public_html/secr/resources/views/front/news/show.blade.php on line 36
    @if ($newYear)
  • {{ $newsYear }}

@endsection @section('beforeBodyClose') @endsection