@extends('layouts.app') @section('title', 'Dashboard Staf Keuangan') @section('content')
{{-- Header --}}
Dashboard Staf Keuangan
Dana Bergulir Agroforestry — {{ now()->isoFormat('dddd, D MMMM Y') }}
Staf Keuangan
{{-- Pipeline Stats --}}
{{ $stats['fa'] ?? 0 }}
Field Analysis
{{ $stats['waiting_review_fa'] ?? 0 }}
Review FA
{{ $stats['waiting_keputusan'] ?? 0 }}
Menunggu Keputusan
{{ $stats['total'] ?? 0 }}
Total
{{ $stats['disetujui'] ?? 0 }}
Disetujui
{{ $stats['ditolak'] ?? 0 }}
Ditolak
{{-- Quick Links --}}
@php $modules = [ ['title'=>'Permohonan Pembiayaan', 'icon'=>'bi-file-earmark-check-fill', 'color'=>'#1a6b3c', 'desc'=>'Lihat semua pengajuan dengan grouping per kelompok', 'href'=> route('pengajuan.index')], ['title'=>'Pengajuan Kelompok', 'icon'=>'bi-folder2-open', 'color'=>'#e08000', 'desc'=>'Kelola ronde pengajuan per kelompok', 'href'=> route('pengajuan-kelompok.index')], ['title'=>'Kelompok Tani', 'icon'=>'bi-people-fill', 'color'=>'#0d6efd', 'desc'=>'Daftar kelompok tani binaan BPDLH', 'href'=> route('kelompok.index')], ]; @endphp @foreach($modules as $mod) @endforeach
@endsection