In Laravel 11, create a mailable class and attachment (pdf, txt, jpg, png, CSV) in it and then make a controller to send email with the attached file. Here are steps to send email with attachments using SMTP and mailable
Read More Laravel 11 Send Email with Attachment Example Tutorial