sangh = $sangh; } /** * Execute the job. * * @return void */ public function handle() { //Patient $email = new SanghRequestSentMail($this->sangh); Mail::to('connect@globaljain.net')->queue($email); } }