| {{ $row->principal_name }} |
{{ $row->nama_debitur }} |
{{ $row->nomor_pinjaman}} |
{{ $row->customer_id ?? '' }} |
{{ $row->open_date ?? '00-00-0000' }} |
{{ $row->mutarity_date ?? '00-00-0000' }} |
|
{{ $row->session_credit ?? '' }} |
{{ $row->status_assets ?? '' }} |
{{ number_format($row->plafond ?? 0, 0, ',', '.') }} |
{{ number_format($row->sisa_pinjaman ?? 0, 0, ',', '.') }} |
{{ number_format($row->tunggakan_pokok ?? 0, 0, ',', '.') }} |
{{ number_format($row->tunggakan_bunga ?? 0, 0, ',', '.') }} |
{{ number_format($row->tunggakan_denda ?? 0, 0, ',', '.') }} |
{{ number_format($row->total_tunggakan ?? 0, 0, ',', '.') }} |
{{ number_format($row->payment_month ?? 0, 0, ',', '.') }} |
{{ $row->branch_name ?? '' }} |
{{ $row->area_name ?? '' }} |
{{ $row->flag_restruktur ?? '' }} |
{{ $row->bast ?? '' }} |
{{ $row->tgl_bast ?? '' }} |
{{ $row->rekomendasi ?? '' }} |
{{ $row->domicile_street_address ?? '' }} |
{{ $row->asset_village ?? '' }} |
{{ $row->asset_district ?? '' }} |
{{ $row->asset_city ?? '' }} |
{{ $row->asset_province ?? '' }} |
{{ $row->telp_rumah ?? '' }} |
{{ $row->nama_usaha ?? '' }} |
{{ $row->alamat_usaha ?? '' }} |
{{ $row->telp_usaha ?? '' }} |
{{ $row->contact_emergency ?? '' }} |
{{ $row->telp_emergency ?? '' }} |
{{ $row->street_address ?? '' }} |
{{ $row->nomor_hp ?? $row->ao ?? '-' }} |
{{ $row->collector_name ?? $row->ao ?? '-' }} |
@endforeach