@foreach($articles as $key=> $row)
{{ $row->name }} {{ $row->category->currentDescription->name }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @endforeach @if( count( $articles ) && $articles->hasPages() ) {{ $articles->links() }} @endif