@foreach($rows as $row)
{{$row->city->name[App::getLocale()]}}
{{$row->user->name}}
{{\Carbon\Carbon::parse($row->created_at)->diffForHumans()}}