o_id = $o_id; } /** * Build the message. * * @return $this */ public function build() { $o_id = $this->o_id; return $this->view('email-templates.refund_rejected',['id'=>$o_id]); } }