type = $type; $this->msg = $msg; } public function render() { return view('components.alert'); } }