@php
$usefulLinks = \App\Models\Content\Menu::getMenuItemsForFrontEnd(4);
@endphp
@if(!empty($usefulLinks))
{{--
icon
--}}
@foreach($usefulLinks as $link)
-
{{----}}
@endforeach
{{----}}
@endif
@if(isset($importantDocuments))
icon
@if($importantDocuments->articles->isNotEmpty())
@foreach($importantDocuments->articles as $article)
-
{{-- --}}
@endforeach
@endif
{{----}}
@endif