travel_user_booking_fewo = $travel_user_booking_fewo; $this->subject = $subject; $this->content = $content; } public function build() { return $this->view('emails.content')->with([ 'content' => $this->content, 'greetings' => __('Best regards'), ]); } }