ExportAction::make()
->successNotification(
Notification::make()
->success()
->title('Export started....')
->body('Go to My Exports to download the file.'),
)
->exporter(PaymentExporter::class),
ExportAction::make()
->successNotification(
Notification::make()
->success()
->title('Export started....')
->body('Go to My Exports to download the file.'),
)
->exporter(PaymentExporter::class),