I have blade view page which i wanted to show from public directory.As I have used MailChimp mail for sending email from my application and in godaddy server the mail page couldn't load the style properly as MailChimp mostly used cdn .
So i need to keep the blade view to public directory..How to i load the page inside mail function ?
public function build()
{
return $this->from('support@abn-news.com', 'AbnNews')
->subject('Account Verification')
->view('emails.activation'); // Here i need to load the view
}
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire