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
@@ -60,6 +60,9 @@ new class extends Component
<flux:button href="{{ route('admin.posts.create') }}" icon="document-plus" wire:navigate>
{{ __('widgets.create_post') }}
</flux:button>
<flux:button href="{{ route('admin.users.export') }}" icon="arrow-down-tray" wire:navigate>
{{ __('widgets.export_users') }}
</flux:button>
<flux:button wire:click="openBlockModal" icon="clock">
{{ __('widgets.block_time_slot') }}
</flux:button>