Información del Saldo

Monto Actual

RD$ {{ number_format($header->amount, 2) }}

Último Crédito

{{ $header->last_credit }}

Monto Acreditado

RD$ {{ number_format($header->amount_credit, 2) }}

Último Débito

{{ $header->last_debit }}

Monto Debitado

RD$ {{ number_format($header->amount_debit, 2) }}


@if(!empty($headerActions))
@foreach($headerActions as $action) {{ $action }} @endforeach
@endif