JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrappointment = $appointment; $this->settings = $settings; } /** * Build the message. * * @return $this */ public function build() { return $this->from($this->settings['from_email'], $this->settings['company_email_from_name'])->view('email.appointment_create')->subject('Appointment details - '.env('APP_NAME'))->with('appointment', $this->appointment)->subject('Ragarding new appointment.'); } }