Laravel Excel Export Problem: Creates Empty File on Disk
I’m facing an issue with Laravel Excel where the export functionality creates an empty file on disk. Below is my code for importing and exporting Excel files. The import process works fine, but the exported file export.xlsx is empty. Can anyone help me identify what might be going wrong?