$chapter->getRouteKey(), 'Chapter' => $chapter->Chapter, 'Slug' => $chapter->Slug, 'course_id' => $chapter->course_id, 'status' => trans('app.'.$chapter->status), 'created_at' => format_date($chapter->created_at), 'updated_at' => format_date($chapter->updated_at), ]; } }