Mail::attach(string $file, string $alias)
This will add an attachment to the mail. You need to specify a file (i.e. the full path to a physical file on disk) and, as the second argument, an alias (i.e. a filename under which your attachment should appear in the mail). See the "create" method for a full example.