conditional socials

This commit is contained in:
2026-02-10 15:51:11 +00:00
parent c3354a3067
commit b81337f9af

View File

@@ -1,3 +1,4 @@
@if(socials)
<ul class="socials nolist">
@foreach($socials as $social)
<li>
@@ -8,3 +9,4 @@
</li>
@endforeach
</ul>
@endif