@extends('template.template')
@section('custom_style')
@endsection
@section('content')
@include('../navbar')
Saldo Anda
Rp {{ number_format(Auth::user()->balance, 0, ',', '.') }}
2
Pilih Metode Pembayaran
Saldo Anda
Rp {{ number_format(Auth::user()->balance, 0, ',', '.') }}
@include('../footer')
@push('custom_script')
@endpush
@endsection