@extends('pwa.template.app.main') @section('app-content')
| Nominal Tagihan | Rp. | {{ number_format($tagihanwifi->nominal, 0, 0, '.') }} |
| Biaya Admin | Rp. | {{ number_format($tagihanwifi->biaya_admin, 0, 0, '.') }} |
| Total Tagihan | Rp. | {{ number_format($tagihanwifi->biaya_admin + $tagihanwifi->nominal, 0, 0, '.') }} |