client = $client; $this->response = $response; } /** * Build the message. * * @return $this */ public function build() { return $this->from('reports@mydentalbackup.co.uk') ->subject('** MAILING-PROBLEM ** for : ' . $this->client->client_name) ->markdown('mail.backup.debug', ['response' => $this->response, 'client' => $this->client]); } }