@section('title', 'Pengaturan Koperasi (White-Label)')

Pengaturan Koperasi & White-Label

Kelola identitas, branding, pejabat, rekening bank, warna tema, dan parameter keuangan koperasi.

@if (session()->has('message'))
{{ session('message') }}
@endif @if (session()->has('error'))
{{ session('error') }}
@endif
@if ($activeTab === 'general')
@error('coop_name') {{ $message }} @enderror
@error('coop_short_name') {{ $message }} @enderror
@error('coop_legal_name') {{ $message }} @enderror
@
@endif @if ($activeTab === 'branding')
@if ($logo_file) @elseif($current_logo) @else Belum ada logo @endif
@if ($kop_surat_file) @elseif($current_kop) @else Belum ada Kop Surat @endif
@if ($favicon_file) @elseif($current_favicon) @else Belum ada favicon @endif
@endif @if ($activeTab === 'officers')

Ketua Koperasi

Bendahara / Manager Operasional

Pengawas

Pengaturan Dokumen RAT

@endif @if ($activeTab === 'bank')

Rekening Bank Utama (Penggajian & Slip)

Rekening Transfer Simpanan (Portal Anggota)

@endif @if ($activeTab === 'theme')
Landing, login, tombol utama
Dashboard & Panel Admin
Layout Member Dashboard
Menu Simpanan & Transfer
Dashboard Mitra Supplier
@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
@forelse($backups as $b) @empty @endforelse
Nama File Backup Ukuran File Waktu Dibuat Aksi
{{ $b['filename'] }} {{ $b['size_formatted'] }} {{ $b['created_at'] }}
Belum ada file backup database yang dibuat. Klik tombol di atas untuk membuat backup pertama.
@endif