@extends('frontend.layouts.app') @section('content') @if(session('error')) @endif @if(session('success')) @endif
@include('frontend.partials.mobile.header') @include('frontend.partials.mobile.sidebar-menu')
Saldo
IDR {{ number_format(Auth::user()->balance ?? 0, 0, ',', '.') }}
Limit Per Transaksi
Bank
Min/Max Limit (IDR)
{{ number_format(general()->min_depo ?? 0, 0, ',', '.') }} - {{ number_format(general()->min_wd ?? 0, 0, ',', '.') }}
E-Money
Min/Max Limit (IDR)
{{ number_format(general()->min_depo ?? 0, 0, ',', '.') }} - {{ number_format(general()->min_wd ?? 0, 0, ',', '.') }}
Pulsa
Min/Max Limit (IDR)
{{ number_format(general()->min_depo ?? 0, 0, ',', '.') }} - {{ number_format(general()->min_wd ?? 0, 0, ',', '.') }}
  • Deposit (Manual)
  • @if($bank->where('type', 'otomatis')->count() > 0)
  • Deposit QRIS
    Otomatis
  • @endif
@csrf
BANK
E-WALLET
PULSA
@if($bank->where('type', 'otomatis')->count() > 0) @endif
@include('frontend.partials.mobile.bottom-nav')
@include('frontend.partials.desktop.header')

Saldo

IDR {{ number_format(Auth::user()->balance ?? 0, 0, ',', '.') }}
  • Informasi Akun Anda
  • Bank: {{ strtoupper(auth()->user()->nama_bank ?? '-') }}
  • No Rek: {{ auth()->user()->nomor_rekening ?? '-' }}
  • Nama: {{ auth()->user()->nama_pemilik ?? '-' }}
  • Deposit (Manual)

  • @if($bank->where('type', 'otomatis')->count() > 0)
  • Deposit QRIS (Otomatis)

    Instan
  • @endif
@csrf
BANK
E-WALLET
PULSA
Silakan transfer ke rekening yang tertera terlebih dahulu, setelah anda melakukan transfer, kemudian isi dan lengkapi form deposit berikut.
@if($bank->where('type', 'otomatis')->count() > 0) @endif
@include('frontend.partials.desktop.footer')
@endsection @push('scripts') @endpush