@extends('website.layout.main') @section('content')
@forelse ($articles as $key => $article)

{{ date('d', strtotime($article->created_at)) }}
{{ date('M', strtotime($article->created_at)) }}

@empty
{{-- --}}
@endforelse
@endsection