@extends('layouts.app') @section('content')
@foreach ($news as $new)
{{ date('Y-m-d', strtotime($new->created_at)) }}
@endforeach
@endsection