@php use App\Models\SpmbSetting; // Mengambil warna dinamis dari setting, fallback ke warna Puruhita (Teal & Amber) $pColor = SpmbSetting::get('spmb_primary_color', '#0f766e'); $aColor = SpmbSetting::get('spmb_accent_color', '#f59e0b'); @endphp {{-- Inject Styling Langsung untuk Partial View --}}
| Kartu Keluarga * | @if($candidate->getDoc('kk')) Periksa File @else Belum Upload @endif |
| Rapor / SKL * | @if($candidate->getDoc('rapor')) Periksa File @else Belum Upload @endif |
| SKTM / KIP | @if($candidate->getDoc('sktm')) Periksa File @else Wajib Upload @endif |
| Sertifikat Prestasi | @if($candidate->getDoc('prestasi')) Periksa File @else Wajib Upload @endif |
| SK Pindah Tugas | @if($candidate->getDoc('pindah_tugas')) Periksa File @else Wajib Upload @endif |