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