public function selectBillingImport($section)
{
$action = Action::make('select-billing-import')
->label('Importar')->modalHeading('Importar datos')
->successNotificationTitle('Ok imported')->disabledForm()
->modalContent(fn (): View => view(
'import.billing',
))->modalContentFooter(null)->modalSubmitAction(false)->modalCancelAction(false);
}
public function selectBillingImport($section)
{
$action = Action::make('select-billing-import')
->label('Importar')->modalHeading('Importar datos')
->successNotificationTitle('Ok imported')->disabledForm()
->modalContent(fn (): View => view(
'import.billing',
))->modalContentFooter(null)->modalSubmitAction(false)->modalCancelAction(false);
}