orderBy('id', 'asc')->get(); $data = $items->toArray(); $this->info('Results for Categories List:'); $this->table($headers, $data); } }