{!! global_meta_content('seo') !!} @yield('title', 'Welcome') | {{ site_info('name') }} {!! global_meta_content('share') !!} @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