芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/View/Components/Forms/Select.php
fieldName = $fieldName; $this->fieldLabel = $fieldLabel; $this->fieldId = $fieldId; $this->fieldRequired = $fieldRequired; $this->multiple = $multiple; $this->search = $search; $this->popover = $popover; $this->alignRight = $alignRight; } /** * Get the view / contents that represent the component. * * @return \Illuminate\Contracts\View\View|string */ public function render() { return view('components.forms.select'); } }