@if ($config['image']) {{ __('Author') }} @endif
{{ $config['name'] }}

{{ $config['description'] }}

{{ __('Follow me') }}:
    @for ($i = 1; $i <= 5; $i++) @if (theme_option('social_' . $i . '_url') && theme_option('social_' . $i . '_name'))
  • @endif @endfor