@extends('layouts.template') @section('content')
Detail SDM
@if(Auth::user()->role == 1) @endif

{{$data->nama_sdm}}


Data Diri
Nopeg : {{$data->nopeg}}
Nopeg (Data Lama) : {{$data->nopeg_lama}}
Nama Lengkap : {{$data->nama_sdm}}
Status Pekerja : @if($data->status == 'AKTIF') Aktif @else Resign @endif
Jabatan : {{$data->jabatan}}
Jenis Kelamin : @if($data->jenis_kelamin == 'P') Perempuan @else Laki-Laki @endif
Pendidikan : {{$data->pendidikan}}
Tanggal Lahir : {{$data->tanggal_lahir}}
Tanggal Join : {{$data->tanggal_join}}
Bulan Kerja : {{$data->bulan_kerja}}
Tanggal Resign : @if($data->tanggal_resign !=null){{$data->tanggal_resign}}@else - @endif
Region : @if($data->region !=null){{$data->region}}@else - @endif
Territory : @if($data->branch_name !=null){{$data->branch_name}}@else - @endif
Distributor : @if($data->subbranch_name !=null){{$data->subbranch_name}}@else - @endif
Alamat : @if($data->alamat !=null){{$data->alamat}}@else - @endif
Contact
No. Telepon : @if($data->no_hp !=null){{$data->no_hp}}@else - @endif
No. WhatsApp : @if($data->no_wa !=null){{$data->no_wa}}@else - @endif
E-mail : @if($data->email !=null){{$data->email}}@else - @endif
File Pendukung
No KTP : @if($data->no_ktp !=null){{$data->no_ktp}}@else - @endif
File KTP : @if($data->foto_ktp != null) View File KTP @else - @endif
No NPWP : @if($data->no_npwp !=null){{$data->no_npwp}}@else - @endif
File NPWP : @if($data->foto_npwp !=null) View File NPWP @else - @endif
File Kartu Keluarga : @if($data->foto_kk !=null) View File Kartu Keluarga @else - @endif
Foto Diri : @if($data->foto_diri !=null) View File Foto Diri @else - @endif
Log Position
@if($activePosition != null)
Now {{$activePosition->jabatan}}
@endif
@foreach($position as $p) @if($p->tmt != '0000-00-00')
@if($p->tmt == '0000-00-00') Now @else {{$p->tmt}} @endif {{$p->jabatan}}
@endif @endforeach
Hasil Assesment
@foreach($assesment as $a) @endforeach
Jenis Test Nilai Ket.
{{$a->jenis_test}} {{$a->nilai}} {{$a->keterangan}}
Performance
 
@foreach($kpi as $k) @endforeach
No Periode Total KPI Kategori
{{$loop->iteration}} {{$k->periode}} {{round($k->kpi* 100, 2)}} % {{$k->category}}
File SDM
File Category Action Note
filenama_file.pdf Category Download Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent laoreet ac orci vel fringilla. Morbi pretium ante vestibulum arcu egestas, eget eleifend augue viverra. Ut eu nunc et sem vulputate molestie. Morbi sed ex ut nisi interdum posuere eget in augue. Donec at accumsan dui
@endsection