$categories]); } public function getReports() { $reports = Report::all(); $reports[0]['type_string'] = $reports[0]->resource(); return $reports; } }