$comments->getRouteKey(), 'id' => $comments->id, 'sender_name' => $comments->sender_name, 'comment' => $comments->comment, 'news_id' => $comments->news_id, 'status' => trans('app.'.$comments->status), 'created_at' => format_date($comments->created_at), 'updated_at' => format_date($comments->updated_at), ]; } }