@foreach($section->element as $k => $type)
@if($k != 'modal')
@if($type == 'icon')
@elseif($k == 'select')
@elseif($k == 'images')
@foreach($type as $imgKey => $image)
@endforeach
@elseif($type == 'textarea')
@elseif($type == 'textarea-nic')
@else
@endif
@endif
@endforeach