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