@php $locale = locale(); @endphp
@foreach ($footer_content['services']['items'] as $item)

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

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

@endforeach
{!! $footer_content['content']['intro']['text'][$locale] ?? '' !!}
@for ($i = 1; $i <= 3; $i++) @php $link = $footer_content['content']['link' . $i]; @endphp
{{ $link['title'][$locale] }}
    @foreach ($link['links'] as $item) @if ($item['link'])
  • {{ $item['type'] == 'custom' ? $item['text'][$locale] ?? '' : $item['text'] }}
  • @endif @endforeach
@endfor
联系我们
    @if ($footer_content['content']['contact']['email'])
  • {{ $footer_content['content']['contact']['email'] }}
  • @endif @if ($footer_content['content']['contact']['telephone'])
  • {{ $footer_content['content']['contact']['telephone'] }}
  • @endif @if ($footer_content['content']['contact']['address'])
  • {{ $footer_content['content']['contact']['address'] }}
  • @endif
{!! $footer_content['bottom']['copyright'][$locale] ?? '' !!}
@if (isset($footer_content['bottom']['image']))
@endif