@extends('layout.main') @section('title', 'Daftar Akun') @section('prev-page') Home @endsection @section('content')
Akun | Nilai Kredit | Nilai Debet | Sisa Saldo | Jumlah Transaksi | Transaksi Terakhir |
---|---|---|---|---|---|
{{ $account->name }} | Rp{{ number_format($account->total_kredit, 0, ',', '.') }} | Rp{{ number_format($account->total_debet, 0, ',', '.') }} | Rp{{ number_format($account->total_kredit - $account->total_debet, 0, ',', '.') }} | {{ $account->total_transaction }} | {{ date_format(date_create($account->latest), 'd M Y') }} |
Belum ada data. |