@foreach ($data as $index => $item) @endforeach
NO Nama Siswa Kelas Tempat PKL Kompetensi TEKNIS/NON TEKNIS Nilai
{{ $index + 1 }} {{ $item?->student?->fullname ?? 'N/A' }} {{ $item?->student?->class?->name ?? 'N/A' }} {{ $item?->student?->user?->internship_user?->internship_place?->name ?? 'N/A' }} {{ $item?->label_competency?->name ?? 'N/A' }} {{ $item?->label_competency?->type == 'NONTEKNIS' ? 'NON TEKNIS' : 'TEKNIS' }} {{ $item?->value ?? 'N/A' }}