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