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