/home/techb158/ileadtechnology.com/app/Mail
NameSizeModeActions
ContactMail.php6630644editdlrm
SendOrderMail.php6570644editdlrm
UserAppointment.php6750644editdlrm
WelcomeUser.php6280644editdlrm
Edit: /home/techb158/ileadtechnology.com/app/Mail/SendOrderMail.php (657B)
x = $x; $this->order = $order; } /** * Build the message. * * @return $this */ public function build() { return $this->markdown('email.orderslip')->subject('Order Confirmation'); } }