@extends('layouts.app') @section('title', 'Dashboard Signature — Antrian Keputusan') @section('content')
| Debitur | Kelompok | Plafond Diajukan | Tenor | CSL | Compliance | Rekomendasi DA | Masuk | |
|---|---|---|---|---|---|---|---|---|
|
{{ $app->debitur?->nama ?? $app->applicant_name }}
{{ $app->debitur?->nik ?? '-' }}
|
{{ $app->pengajuanKelompok?->kelompok?->nama ?? '-' }} | Rp {{ number_format($app->plafond_diajukan ?? 0, 0, ',', '.') }} | {{ $app->tenor_bulan ?? '-' }} bln |
@if($csl)
{!! $csl->kategori_risiko_badge !!}
{{ number_format($csl->skor_total, 1) }}
@else
—
@endif
|
@if($csl) {{ $csl->semua_compliance_accepted ? '✅ OK' : '❌ Gagal' }} @else — @endif |
@if($da?->rekomendasi_plafond_da)
Rp {{ number_format($da->rekomendasi_plafond_da, 0, ',', '.') }} {{ $da->rekomendasi_tenor_da ?? '-' }} bln @else — @endif |
{{ $app->updated_at->diffForHumans() }} | Putuskan |