: {{ $qualification['role']['name'] }}
: {{ $qualification['employee_statuses_uid'] }}
@php
$educationList = '';
@endphp
@foreach ($education as $item)
@php
$educationList .= $item['education'] . ', ';
@endphp
@endforeach
: {{ rtrim($educationList, ', ') }}
@php
$majorEducationList = '';
@endphp
@foreach ($major as $item)
@php
$majorEducationList .= $item['major'] . ', ';
@endphp
@endforeach
: {{ rtrim($majorEducationList, ', ') }}
@php
$genderList = '';
@endphp
@foreach ($gender as $item)
@php
$genderList .= $item['gender'] . ', ';
@endphp
@endforeach
: {{ rtrim($genderList, ', ') }}
@php
$maritalList = '';
@endphp
@foreach ($marital as $item)
@php
$maritalList .= $item['marital_status'] . ', ';
@endphp
@endforeach
: {{ rtrim($maritalList, ', ') }}
@php
$skillList = '';
@endphp
@foreach ($skills as $item)
@php
$skillList .= $item['skills'] . ', ';
@endphp
@endforeach
: {{ rtrim($skillList, ', ') }}
@php
$experienceList = '';
@endphp
@foreach ($experience as $item)
@php
$experienceList .= $item['experience'] . ', ';
@endphp
@endforeach
: {{ rtrim($experienceList, ', ') }}
: {{ $qualification['amount'] }}
: {{ $qualification['date_request'] }}
: {{ $qualification['date_joint'] }}
: {{ $qualification['is_penambahan'] }}
: {{ $qualification['deskripsi'] }}
: {{ $qualification['age'] }}