{{-- @foreach ($footer_links as $group)

{{ option('link_groups_' . $group['key'], $group['name']) }}

    @foreach ($links->where('link_group_id', $group['key']) as $link)
  • {{ $link->title }}
  • @endforeach
@endforeach --}} @foreach ($footer_links as $group)

{{ option('link_groups_' . $group['key'], $group['name']) }}

    @foreach ($links->where('link_group_id', $group['key']) as $link)
  • {{ $link->title }}
  • @endforeach
@endforeach

{!! option('theme_index_copyright') !!}