@if (!empty($PostTechnicalList['PostNote']))
@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 :
{!! $PostTechnicalList['Qualification'] !!}
@endif
@if (!empty($PostTechnicalList['Experience']) && $PostTechnicalList['ID'] != 1)
Experience :
{!! $PostTechnicalList['Experience'] !!}
@endif
@if (!empty($PostTechnicalList['Experience']) && $PostTechnicalList['ID'] == 1)
Experience :
@foreach ($PrincipleExperience as $key => $val)
{!! $val !!}
@if (!$loop->last)
OR
@endif
@endforeach
@endif