@extends('layouts.super_admin') @section('title', 'Settings') @section('content')
Pengaturan Umum
@csrf
Pengaturan Token
@csrf
Rp
token
Pengaturan Komisi
@csrf
Rp
Rp
Rekening Bank Platform
@csrf
@if($bankAccounts->count() > 0) @foreach($bankAccounts as $index => $bankAccount) @endforeach
No Nama Bank Nama Pemilik Nomor Rekening Aksi
{{ $index + 1 }} {{ $bankAccount->bank }} {{ $bankAccount->nama }} {{ $bankAccount->nomer }}
@csrf @method('DELETE')
@else

Belum ada rekening bank yang ditambahkan

@endif
Footer Settings
@csrf
Social Media
@csrf
Backup Database
Backup Terakhir

{{ $settings['last_backup'] ?? now()->format('d F Y, H:i') . ' WIB' }}

Download Backup
@csrf
@if(session('success')) @endif @if(session('info')) @endif @endsection