@extends('layouts.app') @section('content')
@if (!$news->count())

لا يوجد نتائج

@endif @foreach ($news as $new)
{{ date('Y-m-d', strtotime($new->created_at)) }}
@endforeach
@endsection