status = $status; $this->name = $name; } public function build() { return $this->subject('Status Pendaftaran Akun') ->view('emails.status_akun'); } }