@if(count($data_aff) > 0)
{!! $data_aff[0]['position_name'] != '' ? $data_aff[0]['position_name'].html_entity_decode("
") : '' !!}
@if($data_aff[0]['main_structure'] != '' && $data_aff[0]['secondary_structure'] != '')
{!! $data_aff[0]['main_structure'].html_entity_decode("
") !!}
{!! $data_aff[0]['secondary_structure'].html_entity_decode("
") !!}
@elseif($data_aff[0]['main_structure'] == '' && $data_aff[0]['secondary_structure'] != '' )
{!! $data_aff[0]['secondary_structure'].html_entity_decode("
") !!}
@elseif($data_aff[0]['main_structure'] != '' && $data_aff[0]['secondary_structure'] == '' )
{!! $data_aff[0]['main_structure'].html_entity_decode("
") !!}
@elseif($data_aff[0]['main_structure'] == '' && $data_aff[0]['secondary_structure'] == '')
@endif
@if(isset($data_aff[0]['organization_city']) && $data_aff[0]['organization_city'] != '' && stripos($data_aff[0]['organization_name'], $data_aff[0]['organization_city']) === false)
{!! $data_aff[0]['organization_name'] != '' ? $data_aff[0]['organization_name'].html_entity_decode(",") : '' !!}
{!! $data_aff[0]['organization_city'] != '' ? $data_aff[0]['organization_city'].html_entity_decode("
") : '' !!}
@else
{!! $data_aff[0]['organization_name'] != '' ? $data_aff[0]['organization_name'].html_entity_decode("
") : '' !!}
@endif
@else