@foreach ($practice as $item) @endforeach
Nama Mahasiswa Nama Pembimbing Nama Perusahaan Tanggal Mulai Praktik Tanggal Akhir Praktik PKL Ke
{{ $item?->student?->name }} {{ $item?->mentors->first()?->teacher?->name }} {{ $item?->company_name }} {{ translatedFormat($item->start_date, 'l, d F Y') }} {{ translatedFormat($item->end_date, 'l, d F Y') }} @switch($item->type) @case(App\Models\WorkPractice::PKL_FIRST) PKL Pertama @break @case(App\Models\WorkPractice::PKL_FIRST) PKL Kedua @break @endswitch