@if ($activeTab === 'general')
@endif
@if ($activeTab === 'branding')
@endif
@if ($activeTab === 'officers')
@endif
@if ($activeTab === 'bank')
@endif
@if ($activeTab === 'theme')
@endif
@if ($activeTab === 'finance')
@endif
@if ($activeTab === 'backup')
Backup & Export Database MySQL
Hasilkan file dump SQL murni yang kompatibel penuh dengan phpMyAdmin & MySQL Client.
Import & Restore Database (.sql Dump)
Upload file .sql dari hasil download server Production atau lokal untuk langsung di-restore ke database ini.
@error('upload_sql_file')
{{ $message }} @enderror
| Nama File Backup |
Ukuran File |
Waktu Dibuat |
Aksi |
@forelse($backups as $b)
|
{{ $b['filename'] }}
|
{{ $b['size_formatted'] }}
|
{{ $b['created_at'] }}
|
|
@empty
|
Belum ada file backup database yang dibuat. Klik tombol di atas untuk membuat backup pertama.
|
@endforelse
@endif