invoice = $invoice; } /** * Execute the job. * * * @return void */ public function handle() { //notification for the invoice. // //could mean a email, sms, slack, push } }