{{ __('Data Keanggotaan Collaborator Pertapindo') }}
{{ __('Data keanggotaan collaborator') }}
@if (isset($result->photo))
@else
@endif
@role('Super Admin')
@endrole
@role('Contributor')
@if ($result->status_registration > 8)
@endif
@endrole
Rincian
No
Registrasi :{{ isset($result->no_reg) ? $result->no_reg : '-' }}
No
Contact :{{ isset($result->contact) ? $result->contact : '-' }}
Alamat:{{ isset($result->address) ? $result->address : '-' }}
Tujuan ingin menjadi Contributor PERTAPINDO :{{ isset($result->objective) ? $result->objective : '-' }}
{{--
Data Perusahaan
--}}
Nama Perusahaan/Lembaga
{{ isset($result->name_company) ? $result->name_company : '-' }}
Jabatan
{{ isset($result->position) ? $result->position : '-' }}
Riwayat Pengalaman
@if (isset($result->experience))
@foreach (json_decode($result->experience) as $key => $value)
@else
name_experience == null ? 'hidden' : '' }}>
@endforeach
{{-- --}}
{{ isset($value->name_experience) ? $value->name_experience : '-' }}
{{ isset($value->file_experience) ? $value->file_experience : '-' }}Tidak ada data
@endifRiwayat Penghargaan
@if (isset($result->performance))
@foreach (json_decode($result->performance) as $key => $value)
@else
name_performance == null ? 'hidden' : '' }}>
@endforeach
{{-- --}}
{{ isset($value->name_performance) ? $value->name_performance : '-' }}
{{ isset($value->file_performance) ? $value->file_performance : '-' }}Tidak ada data
@endif