@if ($contacts->contact_subtitle)
{{ $contacts->contact_subtitle }}
@endif
@if ($contacts->contact_title)
{{ $contacts->contact_title }}
@endif
@if ($headerSetting->email or $headerSetting->phone or $headerSetting->address)
@if ($headerSetting->address)
-
{{ $headerSetting->address }}
@endif
@if ($headerSetting->email)
-
Email: {{ $headerSetting->email }}
@endif
@if ($headerSetting->phone)
-
Phone:{{ $headerSetting->phone }}
@endif
@endif
@if ($headerSetting->facebook or $headerSetting->twitter or $headerSetting->instagram or $headerSetting->linkedin)
@if ($headerSetting->facebook)
-
@endif
@if ($headerSetting->twitter)
-
@endif
@if ($headerSetting->linkedin)
-
@endif
@if ($headerSetting->instagram)
-
@endif
@endif