{{-- Care about people's approval and you will be their prisoner. --}}
PKL Ke
Periode Akademik
@foreach ($data_periode as $item) @endforeach
Status
Sistem Angkatan
Export
Nama Mahasiswa Nama Pembimbing Nama Perusahaan Tanggal Mulai Praktik Tanggal Akhir Praktik PKL Ke Aksi @foreach ($practice as $item) {{ $item?->student?->name }} {{ $item?->mentors->first()?->teacher?->name }} {{ $item?->company_name }} {{ $item?->pkl_start }} {{ $item?->pkl_end }} @switch($item->type) @case(App\Models\WorkPractice::PKL_FIRST) PKL Pertama @break @case(App\Models\WorkPractice::PKL_FIRST) PKL Kedua @break @endswitch DETAIL @endforeach