ticket = $ticket; } public function build() { return $this->subject('Support Ticket Created: '.$this->ticket->title) ->markdown('emails.support-ticket.created') ->with([ 'ticket' => $this->ticket, ]); } }