I want to implement Laravel mail service to send mail to user and attach file with that like dompdf package granted pdf.
I tried to implement a mail service to send mail in the controller and did it successfully but when I try to implement that in laravel genrated mail file I am not able to implement it properly
This command will generate the Laravel mail file in the
app/Mail
directory.To send mail, include the mail send code in the file or block of code from where you trigger the mail: