@foreach ([
['Nama Lengkap', 'full_name', 'text', 'Contoh: Ahmad HIMASI'],
['NIM', 'nim', 'text', 'Masukkan NIM aktif'],
['Kelas', 'class', 'text', 'Contoh: 12.3A.01'],
['Program Studi', 'prodi', 'text', 'Sistem Informasi'],
['Email', 'email', 'email', 'nama@email.com'],
['Nomor WhatsApp', 'phone', 'text', '08xxxxxxxxxx']
] as [$label, $name, $type, $placeholder])
@endforeach
{{-- Selection Section --}}
{{-- File Upload Custom Style --}}