@foreach ($students as $student) @endforeach
NO NAMA TEMPAT, TANGGAL LAHIR JENIS KELAMIN PENDIDIKAN PEKERJAAN ALAMAT PROVINSI KAB/KOTA EMAIL PHONE USIA
{{$loop->iteration}} {{$student->name}} {{$student->place_of_birth . ', ' . $student->date_of_birth?->isoFormat('LL')}} {{$student->gender?->label()}} {{$student->education?->label()}} {{$student->job}} {{$student->address}} {{$student->province?->name}} {{$student->city?->name}} {{$student->email}} {{$student->phone}} {{$student->age}}