1 @if(count(setting('app-footer-links', [])) > 0)
3 @foreach(setting('app-footer-links', []) as $link)
4 <a href="{{ $link['url'] }}" target="_blank" rel="noopener">{{ strpos($link['label'], 'trans::') === 0 ? trans(str_replace('trans::', '', $link['label'])) : $link['label'] }}</a>