@extends('_layout.main') @section('content') @include('components.page-indicator', [ 'page' => 'Dompet', 'path' => ['Pengaturan', 'Dompet'], ])

Beli Saldo

@csrf
@include('components.input-icon', [ 'icon' => 'RP', 'label' => 'Jumlah Pembelian', 'name' => 'amount', ])

Pemberitahuan:

Min RP 10.00, Max RP 150,000.00, Biaya 0%.

Saldo [ Total Saldo : @money($user->profile[0]->balance) ]

@include('components.print')
@if (count($histories) != 0) @foreach ($histories as $history) @endforeach @else @endif
Tanggal Jumlah Bayar Status
{{ $history->created_at }} @money($history->amount) Pembayaran @if ($history->status == 'pending' or $history->status == 'reject') @else @endif
Data tidak tersedia di tabel

Menampilkan 1 hingga 10 dari 13 entri

@endsection