Skip to content

Commit fb408a3

Browse files
committed
Update littlelink.blade.php
1 parent a051358 commit fb408a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/views/littlelink.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,13 @@ function themeAsset($path){
257257

258258
<!-- Icons -->
259259
@php $icons = DB::table('links')->where('user_id', $userinfo->id)->where('button_id', 94)->get(); @endphp
260+
@if(count($icons) > 0)
260261
<div class="row fadein social-icon-div">
261262
@foreach($icons as $icon)
262263
<a class="social-hover social-link" href="{{ route('clickNumber') . '/' . $icon->id. "?" . $icon->link}}" title="{{ucfirst($icon->title)}}" aria-label="{{ucfirst($icon->title)}}" @if(theme('open_links_in_same_tab') != "true")target="_blank"@endif><i class="social-icon fa-brands fa-{{$icon->title}}"></i></a>
263264
@endforeach
264265
</div>
266+
@endif
265267

266268
@endforeach
267269

0 commit comments

Comments
 (0)