complete story 6.4 with qa tests + fixed the problem with the navigation button to the export users page
This commit is contained in:
@@ -57,9 +57,14 @@ new class extends Component {
|
||||
<flux:heading size="xl">{{ __('clients.company_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.company.create')" wire:navigate icon="plus">
|
||||
{{ __('clients.create_company') }}
|
||||
</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.company.create')" wire:navigate icon="plus">
|
||||
{{ __('clients.create_company') }}
|
||||
</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">
|
||||
|
||||
Reference in New Issue
Block a user