dbfdg @extends('layouts.auth') @section('page-title') {{ __('Register') }} @endsection @php $settings = Utility::settings(); $logo = \App\Models\Utility::get_file('uploads/logo'); $setting = \Modules\LandingPage\Entities\LandingPageSetting::settings(); @endphp @push('custom-scripts') @if ($settings['recaptcha_module'] == 'on') {!! NoCaptcha::renderJs() !!} @endif @endpush @if ($settings['cust_darklayout'] == 'on') @endif @php $languages = App\Models\Utility::languages(); @endphp @section('language-bar')
@endsection @section('content')