{{-- The Master doesn't talk, he acts. --}}
Export
{{ $data_class->links() }} Kur Kode Mata Kuliah Tipe Prodi Pengampu Nama Kelas Pengajar Jadwal Mingguan KAP PST MBKM Nilai Dikunci PJKM Aksi @foreach ($data_class as $key => $item) {{ $item?->subject?->curriculum?->title }} {{ $item->code }} {{ $item?->subject?->title }} {{ $item?->subject?->type }} {{ $item?->prodi?->title }} {{ $item?->classModel?->title }} @foreach ($item?->subjectClassTeacher as $teacher) @if ($loop?->last) {{ $teacher?->teacher?->full_name }} @else {{ $teacher?->teacher?->full_name }}, @endif @endforeach @foreach ($item?->subject_class_days as $days) @if ($loop?->last) {{ $days?->schedule_date }} @else {{ $days?->schedule_date }}, @endif @endforeach {{ $item->capacity }} {{ $item->participant }} @if ($item->is_mbkm == 0) @else @endif @if ($item->is_lock_score == 0) @else @endif @if ($item->is_pjmk == 0) @else @endif @endforeach