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