@extends('web.layouts.app') @section('content')
@foreach ($allNews as $news)
image
{{ \Carbon\Carbon::parse($news->published_at)->format('d M') }}
@endforeach
@endsection