@extends('layout.main') @section('title', 'Audit Tagihan') @section('prev-page') Home @endsection @section('content') @php $panel_colapse = !empty($input->key) || !empty($input->account) || isset($input->status) ? '' : 'panel-collapsed'; @endphp
| Akun | Kredit | Debet | Saldo | Unverified | Verified |
|---|---|---|---|---|---|
| {{ $row->account->name }} | Rp{{ number_format($row->kredit, 0, ',', '.') }} | Rp{{ number_format($row->debet, 0, ',', '.') }} | Rp{{ number_format($row->balance, 0, ',', '.') }} | {{ $row->unverified }} | {{ $row->verified }} |
| Belum ada data. | |||||