@foreach($categories as $categoryKey => $category)
@if($categoryKey === 'database')
Export Database
Create a backup of your entire database including all tables and data.
Export Database
Backup files are automatically deleted after download for security.
Restore Database
Restore your database from a previously exported backup file.
Backup Information
- Regular backups are essential for data safety
- Backup files contain all your database tables and data
- Store backup files securely in multiple locations
- Test restore functionality periodically
- Backup before making major system changes
@else
@foreach($category['settings'] as $settingKey => $settingConfig)
@endforeach
@endif
@endforeach