| {{ $wisuda->kode_pt }} |
{{ $wisuda->kode_prodi }} |
{{ $wisuda->nim }} |
{{ $wisuda->name }} |
{{ $wisuda->phone }} |
{{ $wisuda->email }} |
{{ $wisuda->tahun_lulus }} |
{{ $wisuda->nik }} |
{{ $emp?->province_name ?? '-' }} |
{{ $emp?->regency_name ?? '-' }} |
{{ $emp?->jenis_perusahaan }} |
{{ $emp?->jenis_perusahaan_lain }} |
{{ $emp?->nama_perusahaan }} |
{{ $emp?->posisi_wirausaha }} |
{{ $emp?->tingkat_tempat_kerja }} |
{{ $study?->sumber_biaya }} |
{{ $study?->perguruan_tinggi }} |
{{ $study?->program_studi }} |
{{ $study?->tanggal_masuk }} |
{{ $funding?->sumber_biaya }} |
{{ $funding?->sumber_biaya_lain }} |
{{ $emp?->hubungan_bidang_studi }} |
{{ $emp?->tingkat_pendidikan }} |
{{ $comp?->etika_a }} |
{{ $comp?->etika_b }} |
{{ $comp?->bidang_ilmu_a }} |
{{ $comp?->bidang_ilmu_b }} |
{{ $comp?->bahasa_inggris_a }} |
{{ $comp?->bahasa_inggris_b }} |
{{ $comp?->teknologi_info_a }} |
{{ $comp?->teknologi_info_b }} |
{{ $comp?->komunikasi_a }} |
{{ $comp?->komunikasi_b }} |
{{ $comp?->teamwork_a }} |
{{ $comp?->teamwork_b }} |
{{ $comp?->pengembangan_diri_a }} |
{{ $comp?->pengembangan_diri_b }} |
{{ $learn?->perkuliahan }} |
{{ $learn?->demonstrasi }} |
{{ $learn?->riset }} |
{{ $learn?->magang }} |
{{ $learn?->praktikum }} |
{{ $learn?->kerja_lapangan }} |
{{ $learn?->diskusi }} |
@if($jobSearch?->tipe_mencari_kerja == 1)
[1] Kira-kira {{ $jobSearch->bulan_sebelum_lulus }} bulan sebelum lulus
@elseif($jobSearch?->tipe_mencari_kerja == 2)
[2] Kira-kira {{ $jobSearch->bulan_sesudah_lulus }} bulan sesudah lulus
@elseif($jobSearch?->tipe_mencari_kerja == 3)
[3] Saya tidak mencari kerja
@endif
|
@for($i = 1; $i <= 15; $i++)
{{ in_array($i, $methods) ? 1 : 0 }} |
@endfor
{{ $wisuda->jobSearchMethods->where('metode', 15)->first()?->lainnya }} |
{{ $appStat?->jumlah_lamaran }} |
{{ $appStat?->jumlah_wawancara }} |
{{ $appStat?->jumlah_respons }} |
{{ $jobSearch?->aktivitas_mencari_kerja }} |
{{ $jobSearch?->aktivitas_mencari_kerja_lainnya }} |
@for($i = 1; $i <= 13; $i++)
{{ in_array($i, $activities) ? 1 : 0 }} |
@endfor
{{ $wisuda->jobActivityRecents->where('aktivitas', 13)->first()?->lainnya }} |
{{ $wisuda->alamat_rumah }} |
{{ $wisuda->rt_rw }} |
{{ $wisuda->kabupaten }} |
{{ $wisuda->kecamatan }} |
{{ $wisuda->kelurahan }} |
@endforeach