create mailerr in laravel code example
Example: laravel mailable from
return (new Mail)
->to('hello@example.com')
->from('hello@example.com');
return (new Mail)
->to('hello@example.com')
->from('hello@example.com');