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