Sertifikat
{{ $student->user->internship_user->internship_place->name }}
@else
{{ $student->user->internship_user->internship_place->name }}
@endif
Menerangkan bahwa
{{--
--}}
@if (checkLogoCompany($student->id))
@endif
--}}
@if (checkLogoCompany($student->id))
| Nama | : | {{ $student->fullname }} |
|---|---|---|
| NISN | : | {{ $student->nis }} |
| Tempat, Tanggal Lahir | : | {{ $student->place_birth }}, {{ is_date($student->date_birth, 'd F Y') }} |
| Asal Sekolah | : | {{ getSchoolName() }} |
| Program Studi Keahlian | : | {{ $student->program_skill->name }} |
| Kompetensi Keahlian | : | {{ $student->skill_competency->name }} |
Telah mengikuti kegiatan Praktik Kerja Lapangan (PKL)
di {{ $student->user->internship_user->internship_place->name }} yang dilaksanakan
mulai tanggal {{ is_date($student->user->internship_user->internship_place->internship_start_date, 'd F Y') }} sampai dengan {{ is_date($student->user->internship_user->internship_place->internship_end_date, 'd F Y') }}.
Demikian Sertifikat ini diberikan untuk dapat dipergunakan sebagaimana mestinya.
@php
if (isset($supporting_data)) {
$leader = $supporting_data['leader_name'];
}else {
$leader = $student->user->internship_user->internship_place->leader;
}
@endphp