@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