model = $model; $this->previewName = $previewName; } public function render(): View { return view('components.inputs.image') ->with('model', $this->model) ->with('previewName', $this->previewName); } }