@extends('layouts.app') @section('title', ($pengajuanKelompok->kelompok->nama ?? 'Batch') . ' — Field Analysis') @section('content')
| # | Nama Debitur | NIK | Status | FA Penelaah | |
|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $p->debitur->nama ?? '-' }} | {{ $p->debitur->nik ?? '-' }} |
|
{{ $faLabel }} | {{ $canReview ? 'Review FA' : 'Lihat' }} |
|
|
|||||