public function fetch($category_id) { $all_device = Device::fetchAllDevice($category_id); return $all_device; }