@extends('pwa.template.app.main') @section('app-content')
Pilihan Metode Pembayaran
@if (session('failed')) @endif {{-- section saldo --}}

Saldo Bumdes Anda

Rp. {{ number_format(Auth::user()->saldo) }}

Pilih Metode Bayar

Total Tagihan

Rp. {{ number_format($cart->harga + $total_ongkir, 0, 0, '.') }}

{{-- --}}
@endsection @push('scripts') @endpush