diff --git a/themes/default/layout/footer.blade.php b/themes/default/layout/footer.blade.php index 2fa748db..828eacce 100644 --- a/themes/default/layout/footer.blade.php +++ b/themes/default/layout/footer.blade.php @@ -2,23 +2,26 @@ @php $locale = locale(); @endphp -
-
-
- @foreach ($footer_content['services']['items'] as $item) -
-
-
-
-

{{ $item['title'][locale()] ?? '' }}

-

{{ $item['sub_title'][locale()] ?? '' }}

+ + @if ($footer_content['services']['enable']) +
+
+
+ @foreach ($footer_content['services']['items'] as $item) +
+
+
+
+

{{ $item['title'][locale()] ?? '' }}

+

{{ $item['sub_title'][locale()] ?? '' }}

+
-
- @endforeach + @endforeach +
-
+ @endif