@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

@endsection @section('beforeBodyClose') @endsection