@extends('layouts.administrator.app') @push('page-css') @endpush @section('content')

{{ $title ?? '' }}

Deposit

Rp {{ number_format($totalNominal, 0, '.', '.') }}

Total


{{ $totalUnpaid }}

Unpaid


{{ $totalPaid }}

Paid

{{ $totalFailed }}

Failed

# Username Invoice Tanggal Method Nominal Status Actions
@endsection @push('page-js') @endpush