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