get(); dd($list->toArray()); } public function failed(){ $list = FailedJob::limit(10)->orderBy('id','desc')->get(); dd($list->toArray()); } }