The Latest News

@foreach ($newspage as $news)
{{ $news->name }}

{{ $news->created_at->format('d') }}

{{ $news->created_at->format('M') }}

{{ $news->name }}
  • By Admin
  • {{ date('h.iA', strtotime($news->created_at)) }}

{!! Str::limit($news->description, 115) !!}

@endforeach