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