@extends('layouts.app') @section('title', 'Pembimbing Lapangan/PIC') @section('page-title', 'Pembimbing Lapangan/PIC') @section('content')
Daftar Pembimbing Lapangan/PIC
@forelse($picGroups as $nama => $items) @php($first = $items->first()) @empty @endforelse
NoNama PICJabatan/DivisiNo HPEmailJumlah MahasiswaMahasiswa
{{ $loop->iteration }} {{ $nama }} {{ $first->pic_jabatan ?? '-' }} {{ $first->pic_no_hp ?? '-' }} {{ $first->pic_email ?? '-' }} {{ $items->count() }} {{ $items->pluck('mahasiswa.nama_lengkap')->filter()->implode(', ') }}
Belum ada data PIC
@endsection