@extends('layouts.app') @section('title', 'Desk Analysis') @section('content')
| # | Nama Kelompok | Tanggal Pengajuan | Jumlah Debitur | Review DA | Status | |
|---|---|---|---|---|---|---|
| {{ $batches->firstItem() + $i }} | {{ $batch->kelompok->nama ?? '-' }} | {{ $batch->created_at->translatedFormat('M Y') }} | {{ $total }} |
|
{{ $statusLabel }} | {{ $canAct ? 'Buka' : 'Lihat' }} |
|
|
||||||