get($id); if (!$row) { throw new \Exception(__('No Results were found')); } if($show_field){ $row->visible($show_field); } if($except_field){ $row->hidden($except_field); } return $row; } }