Joaquim Soares
Results
1
comments of
Joaquim Soares
I've just managed to get what I wanted in src/mail/send.php changed the following line and added "with" to my eloquent relationship and it worked return $this->markdown('nova-mail::' . $this->filename(), $this->model->with('listing')->first()->toArray()); In...