model = $model; $this->title = ''.$this->title.''; $this->id = $id; } public function render() { $form = CourseFieldForm::make()->payload(['id' => $this->id]); return Modal::make() ->lg() ->title('') ->body($form) ->button($this->title); } }