@if(isset($contact))

{{$contact->title}}

{{$contact->description}}
@if(!empty($contact->attributes['our-profile-link'])) Our profile @endif
@if($contact->attributes)
{{isset($contact->attributes['head-quarter-name'])?$contact->attributes['head-quarter-name']:''}}
{{isset($contact->attributes['big-title'])?$contact->attributes['big-title']:''}}
@if(isset($contact->attributes['head-quarter-address']))
{{$contact->attributes['head-quarter-address']}}
@endif @if(isset($contact->attributes['head-quarter-email']))
{{$contact->attributes['head-quarter-email']}}
@endif @if(isset($contact->attributes['head-quarter-skype']))
{{$contact->attributes['head-quarter-skype']}}
@endif @if(isset($contact->attributes['head-quarter-phone']))
{{$contact->attributes['head-quarter-phone']}}
@endif @if(isset($contact->attributes['head-quarter-web']))
{{$contact->attributes['head-quarter-web']}}
@endif @if(isset($contact->attributes['head-quarter-tax-code']))
{{$contact->attributes['head-quarter-tax-code']}}
@endif
{{isset($contact->attributes['office-operator-name'])?$contact->attributes['office-operator-name']:''}}
{{isset($contact->attributes['big-title-1'])?$contact->attributes['big-title-1']:''}}
@if(isset($contact->attributes['office-operator-address']))
{{$contact->attributes['office-operator-address']}}
@endif @if(isset($contact->attributes['office-operator-email']))
{{$contact->attributes['office-operator-email']}}
@endif @if(isset($contact->attributes['office-operator-phone']))
{{$contact->attributes['office-operator-phone']}}
@endif @if(isset($contact->attributes['office-operator-web']))
{{$contact->attributes['office-operator-web']}}
@endif
{{isset($contact->attributes['big-title-2'])?$contact->attributes['big-title-2']:''}}
@foreach($contact->otherAddress as $company)
{{$company['name'] ?? ''}} @if(isset($company['name'])) @foreach($company['address'] as $address)
{{$address}}
@endforeach @endif
@endforeach
{!! setting('fe_copy_right_text','') !!}
    @foreach($socialMenu as $item)
  • @endforeach
@endif @endif