"고객명 선택"]; foreach ($this->getService()->getEntities() as $entity) { $options[$entity->getPK()] = $entity->getTitle(); } $template = array_key_exists('template', $params) ? $params['template'] : __FUNCTION__; return view('cells/search/' . $template, [ 'searchCellDatas' => [ 'service' => $this->getService(), 'options' => $options, 'selected' => null, ] ]); } }