@extends($activeTemplate . 'layouts.frontend') @section('content') @php $policyPages = getContent('policy_pages.element', false, null, true); $registerContent = getContent('register.content', true); @endphp
@lang('Image')
@if (!gs('registration')) @endif

{{ __(@$registerContent->data_values->heading) }}

{{ __(@$registerContent->data_values->subheading) }}

@if (@gs('socialite_credentials')->linkedin->status || @gs('socialite_credentials')->facebook->status == Status::ENABLE || @gs('socialite_credentials')->google->status == Status::ENABLE) @include($activeTemplate . 'partials.social_login') @endif
@endsection @push('style') @endpush @if (gs('secure_password')) @push('script-lib') @endpush @endif @push('script') @endpush