<?php foreach($sites as $site ):?>
<?php if(!empty($site['site'])): ?>
<div class="style">
<div class="profile-site">
<img src="/images/ico-site.png" alt=""/>
<a href="<?= $site['site']?>" target="_blank"><?= $site['site']?></a>
</div>
</div>
<?php endif; ?>
<?php endforeach;?>