Dashboard Staf Keuangan
Dana Bergulir Agroforestry — {{ now()->isoFormat('dddd, D MMMM Y') }}
Staf Keuangan
@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