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