In TALL Projects
If you are using this package in a TALL Stack project, (Tailwindcss, Alpinejs, Laravel, Livewire) publish the vendor views to include Laravel-CSV in your project.
1php artisan vendor:publish --tag="csv-views"
Then compile your assets.
1npm run dev