@extends('front.layout.app') @section('content') @php echo cms_edit_page("module/news");@endphp {!! cms_page_heading('NEWS & ALERTS') !!}
    @foreach ($newsCollection as $news)
  • {{ date_formats($news->news_date_time, 'd') }} {{ date_formats($news->news_date_time, 'M') }}
    {{ date_formats($news->news_date_time, 'Y') }}

    {!! stext($news->description, 60, url('/news-details/' . $news->id . '/' . Str::slug($news->title))) !!}

  • @endforeach

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/index.blade.php on line 39

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

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

@endsection @section('beforeBodyClose') @endsection