{{-- Download handler --}}
@script
@endscript
{{-- Warning Banner --}}
{{ __('Important') }}
{{ __('Deleting a database will permanently remove all its data including tables, records, and associated user accounts. Always create a backup before making changes. This action cannot be undone.') }}
{{-- Databases Section --}}
{{ __('MySQL Databases') }}
{{ __('Manage your MySQL databases. Use phpMyAdmin to browse and manage database content.') }}
{{ count($databases) }}
{{ $this->table }}
{{-- Users Section --}}
{{ __('MySQL Users & Privileges') }}
{{ __('Manage database users and their access permissions to your databases.') }}
@livewire('database-users-table')