@extends('pwa.template.app.main') @section('app-content')
Anda belum melakukan transaksi
Whenever you need to, be sure to use margin utilities to keep things nice and tidy.
--}}ID : {{ $tagihan_pdam->pelanggan_pdam->id }}
Total Belanja
Rp. {{ number_format($tagihan_pdam->nominal, 0, 0, '.') }}
Isi Pulsa Rp. {{ number_format($isi_pulsa->nominal, 0, 0, '.') }}
Nomor : {{ $isi_pulsa->nomor }}
{{ $order->total_barang() }} Barang
Total Belanja
Rp. {{ number_format($order->harga, 0, 0, '.') }}
Token Listrik Rp. {{ number_format($token_listrik->nominal, 0, 0, '.') }}
ID Pelanggan. {{ $token_listrik->id_pelanggan }}
ID : {{ $tagihan_listrik->pelanggan_listrik->id }}
Total Tagihan
Rp. {{ number_format($tagihan_listrik->nominal + $tagihan_listrik->biaya_admin, 0, 0, '.') }}
Biaya Admin : Rp. {{ number_format($tagihan_wifi->biaya_admin, 0, 0, '.') }}
Total Tagihan
Rp. {{ number_format($tagihan_wifi->nominal + $tagihan_wifi->biaya_admin, 0, 0, '.') }}