@extends('design_1.web.auth.theme_1.layout') @push('styles_top') @endpush @php $registerMethod = getGeneralSettings('register_method') ?? 'mobile'; $showOtherRegisterMethod = getFeaturesSettings('show_other_register_method') ?? false; $showCertificateAdditionalInRegister = getFeaturesSettings('show_certificate_additional_in_register') ?? false; $selectRolesDuringRegistration = getFeaturesSettings('select_the_role_during_registration') ?? null; @endphp @section('page_content')
@endsection @push('scripts_bottom') @endpush