@if (!empty(global_meta_content('seo'))) {!! global_meta_content('seo') !!} @endif @if (!empty(global_meta_content('share'))) {!! global_meta_content('share') !!} @endif @if(sys_settings('google_track_id')) @endif @if(has_recaptcha()) @endif @if(sys_settings('header_code')) {{ html_string(sys_settings('header_code')) }} @endif
{{ site_branding('header', ['panel' => 'auth', 'size' => 'lg', 'class' => 'pb-4']) }} @yield('content') {!! Panel::socials('any', ['class' => 'icon-list justify-center pt-4', 'parent' => true ]) !!}
@include('auth.layouts.footer')
@stack('scripts') @if(sys_settings('tawk_api_key')) @endif @if(sys_settings('footer_code')) {{ html_string(sys_settings('footer_code')) }} @endif