Kembali ke Daftar

Detail Profil Penyuluh

@if($penyuluh->foto_profil) @else {{ strtoupper(substr($penyuluh->name, 0, 2)) }} @endif

{{ $penyuluh->name }}

{{ $penyuluh->jabatan ?? 'Penyuluh Pertanian' }} NIP: {{ $penyuluh->nip ?? 'Belum Diisi' }}

Email Akun

{{ $penyuluh->email }}

No. WhatsApp

{{ $penyuluh->whatsapp ?? '-' }}

Kecamatan (BPP)

{{ $penyuluh->kecamatan ?? 'Belum diatur' }}

Desa Binaan

{{ $penyuluh->desa_binaan ?? 'Belum diatur' }}

Aktivitas & Kuantitas Laporan

@foreach($reportStats as $stat) @php $hasData = $stat['count'] > 0; @endphp
{{-- Premium Glow Effect for cards with reports --}} @if($hasData)
@endif
{{-- Icon Box --}}
{{ $stat['icon'] }}
{{-- Info --}}

{{ $stat['name'] }}

Jumlah Laporan Dibuat

{{-- Count --}}
{{ $stat['count'] }} @if($hasData) @endif
@endforeach