pc = $pc; } /** * Execute the job. */ public function handle(): void { $pc = $this->pc; Mail::to($pc->email)->send(new ParentChildInvite($pc)); } }