@extends('layouts.finance') @section('title', 'Detail Akun') @section('page-title', 'Detail Akun') @section('content')
{{ $account->type_label }}
Limit: Rp {{ number_format($account->limit ?: 0, 0, ',', '.') }} • Digunakan: Rp {{ number_format($account->limit - $account->balance, 0, ',', '.') }}
@endifSaldo Saat Ini
Rp {{ number_format($account->balance, 0, ',', '.') }}
{{ $account->name }}
{{ $account->type_label }}
Rp {{ number_format($account->limit, 0, ',', '.') }}
Rp {{ number_format($account->balance, 0, ',', '.') }}
{{ $account->note }}
#{{ str_pad($account->id, 6, '0', STR_PAD_LEFT) }}
Dibuat {{ $account->created_at->diffForHumans() }}