@extends('web.layouts.app') @section('content')

Read Our News

@forelse ($allNews as $news)
image
{{ \Carbon\Carbon::parse($news->published_at)->format('d M') }}
@empty
No news found...
@endforelse
@endsection