{{ $frontsetting->sitename }}

{!! $frontsetting->custom23 !!}

    @if($set->facebook != "")
  • facebook
  • @endif @if($set->instagram != "")
  • instagram
  • @endif @if($set->vimeo != "")
  • pinterest
  • @endif @if($set->linkedin != "")
  • linkedin
  • @endif @if($set->youtube != "")
  • youtube
  • @endif
@foreach($activelanguages as $aLang) {{ $aLang->read }} @endforeach
@if(count($contract->countsub) > 0)
@foreach($contract->countsub as $fContract) @if($fContract->sitepage->otherlink != "") target == 1)target="_blank" @endif>{{ $fContract->sitepage->title }} @else {{ $fContract->sitepage->title }} @endif @endforeach
@endif

{{ $frontsetting->custom24 }}

  • @if($about->sitepage->otherlink != "") target == 1)target="_blank" @endif>{{ $about->sitepage->title }} @else {{ $about->sitepage->title }} @endif
  • @if($contact->sitepage->otherlink != "") target == 1)target="_blank" @endif>{{ $contact->sitepage->title }} @else {{ $contact->sitepage->title }} @endif
@php $iter = 1 @endphp @foreach($footerPages as $fPage) @if($iter == 2)
@else
@endif @if($iter == 2)

{{ $fPage->sitepage->title }}{{-- $frontsetting->custom38 --}}

@else

{{ $fPage->sitepage->title }}

@endif
    @foreach($fPage->countsub as $fSubPage) @if($fSubPage->sitepage->otherlink != "")
  • target == 1)target="_blank" @endif>{{ $fSubPage->sitepage->title }}
  • @else
  • {{ $fSubPage->sitepage->title }}
  • @endif @endforeach
@php $iter++ @endphp @endforeach