{!! $variables['judul'] !!}
| No | Client | Mutation Date | From Balance | Mutation (Rp) | To Balance | Doc. Type | Doc. Number |
|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $value->client_name }} | {{ $value->mutation_date }} | {{ number_format($value->from_balance, 0, ',', '.') }} | {{ number_format($value->mutation, 0, ',', '.') }} | {{ number_format($value->to_balance, 0, ',', '.') }} | {{ $value->doc_type }} | {{ $value->doc_number }} |