@foreach([
['label' => 'NIK Santri', 'name' => 'nik_santri', 'type' => 'text', 'icon' => 'fingerprint'],
['label' => 'Nama Santri', 'name' => 'nama_santri', 'type' => 'text', 'icon' => 'user'],
['label' => 'Tempat Lahir', 'name' => 'tempat_lahir', 'type' => 'text', 'icon' => 'location-marker'],
['label' => 'Tanggal Lahir', 'name' => 'tanggal_lahir', 'type' => 'date', 'icon' => 'calendar'],
['label' => 'Anak Ke', 'name' => 'anak_ke', 'type' => 'number', 'icon' => 'users'],
['label' => 'Jumlah Saudara', 'name' => 'jumlah_saudara', 'type' => 'number', 'icon' => 'user-group']
] as $field)
@endforeach