@php $contactContent = getContent('contact_us.content', true); $socialElements = getContent('social_icon.element', false, null, true); @endphp
@if (gs('multi_language')) @php $language = getLanguages(); $default = getLanguages(true); @endphp @endif @guest @lang('Login') @if (gs('registration')) @lang('Register') @endif @endguest @auth @lang('Dashboard') @lang('Logout') @endauth