| {{ $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' }} |
@endforeach