label = $label; $this->model = $model; $this->type = $type; $this->step = $step; } public function render() { return view('components.input-field'); } }