@if(isset($certificateTheme->certificate_text))

Sertifikat

{{ $student->user->internship_user->internship_place->name }}
@else

{{ $student->user->internship_user->internship_place->name }}
@endif
Menerangkan bahwa
{{-- --}} @if (checkLogoCompany($student->id)) @endif
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
DAFTAR NILAI
NAMA : {{ $student->fullname }}
NISN : {{ $student->nis }}
KOMPETENSI KEAHLIAN : {{ $student->skill_competency->name }}
B. ASPEK TEKNIS
@php $totalValueTechnical = 0; $countTechnical = count(getValueTechnical($student->id)); @endphp @foreach (getValueTechnical($student->id) as $index => $item) @php $totalValueTechnical += $item->value; @endphp @endforeach
NO UNSUR YANG DINILAI NILAI
{{ $index + 1 }}. {{ $item->label_competency->name }} {{ $item->value }} {{ getPredicate($item->value) }} {{ getPredicateName($item->value) }}
JUMLAH {{ $totalValueTechnical }}
RATA-RATA {{ $countTechnical > 0 ? number_format($totalValueTechnical / $countTechnical, 2) : 0 }}
A. ASPEK NON TEKNIS
@php $totalValue = 0; $count = count(getValueNonTechnical($student->id)); @endphp @foreach (getValueNonTechnical($student->id) as $index => $item) @php $totalValue += $item->value; @endphp @endforeach
NO UNSUR YANG DINILAI NILAI
{{ $index + 1 }}. {{ $item->label_competency->name }} {{ $item->value }} {{ getPredicate($item->value) }} {{ getPredicateName($item->value) }}
JUMLAH {{ $totalValue }}
RATA-RATA {{ $count > 0 ? number_format($totalValue / $count, 2) : 0 }}
ANGKA KRITERIA
90 - 100 A - Istimewa
81 - 89 B - Amat Baik
75 - 80 C - Baik