complete story 6.4 with qa tests + fixed the problem with the navigation button to the export users page

This commit is contained in:
Naser Mansour
2025-12-27 20:15:37 +02:00
parent 07fc38de8d
commit b69b4c8be2
15 changed files with 1616 additions and 46 deletions
@@ -57,9 +57,14 @@ new class extends Component {
<flux:heading size="xl">{{ __('clients.individual_clients') }}</flux:heading>
<flux:text class="mt-1 text-zinc-500 dark:text-zinc-400">{{ __('clients.clients') }}</flux:text>
</div>
<flux:button variant="primary" :href="route('admin.clients.individual.create')" wire:navigate icon="plus">
{{ __('clients.create_client') }}
</flux:button>
<div class="flex gap-3">
<flux:button :href="route('admin.users.export')" wire:navigate icon="arrow-down-tray">
{{ __('export.export_users') }}
</flux:button>
<flux:button variant="primary" :href="route('admin.clients.individual.create')" wire:navigate icon="plus">
{{ __('clients.create_client') }}
</flux:button>
</div>
</div>
<div class="mb-6 rounded-lg border border-zinc-200 bg-white p-4 dark:border-zinc-700 dark:bg-zinc-800">