@if (!empty($PostTechnicalList['PostNote']))
@if($PostTechnicalList['ID'] == 1)
@else
@endif
@endif
@php
$hideTechClass = 'hide';
if (in_array($PostTechnicalList['ID'], $selectedPostType)) {
$hideTechClass = '';
}
@endphp
@if (isset($PostTechnicalList['ID']) && $PostTechnicalList['ID'] == 78)
Language :
@endif
@if (isset($PostTechnicalList['ID']) && $PostTechnicalList['ID'] == 77)
Language :
@endif
@if (!empty($PostTechnicalList['Qualification']))
Qualification :
@php $QualficationArr = json_decode($PostTechnicalList['Qualification'], true);
@endphp
@if (isset($QualficationArr) && is_array($QualficationArr) && count($QualficationArr) > 0)
@if ($PostTechnicalList['IsQualificationType'] == 1)
@elseif($PostTechnicalList['IsQualificationType'] == 2)
@endif
@endif
@endif
{{-- @if (!empty($PostTechnicalList['Experience']))
Experience :
@endif --}}
@if (!empty($PostTechnicalList['Experience']))
Experience :
@php $TechExperience = json_decode($PostTechnicalList['Experience'],true) @endphp
@if (isset($TechExperience) && is_array($TechExperience) && count($TechExperience) > 0)
@if ($PostTechnicalList['IsExperienceType'] == 1)
@elseif($PostTechnicalList['IsExperienceType'] == 2)
@endif
@endif
@endif