@extends(template().'layouts.app') @section('title',trans('Register')) @section('content') @csrf @lang(@$registerContent->description->title) @lang(@$registerContent->description->sub_title) @if(config('socialite.google_status') || config('socialite.facebook_status') || config('socialite.github_status')) @if(config('socialite.google_status')) @lang('Google') @endif @if(config('socialite.facebook_status')) @lang('Facebook') @endif @if(config('socialite.github_status')) @lang('Github') @endif @endif @if(session()->get('sponsor') != null) @error('sponsor') {{ $message }} @enderror @endif @error('first_name') {{ $message }} @enderror @error('last_name') {{ $message }} @enderror @error('username') {{ $message }} @enderror @error('email') {{ $message }} @enderror @error('phone') {{ $message }} @enderror @error('password') {{ $message }} @enderror @error('confirm_password') {{ $message }} @enderror @if($basicControl->manual_recaptcha == 1 && $basicControl->manual_recaptcha_login == 1) @error('captcha') {{ $message }} @enderror @endif @if($basicControl->google_recaptcha == 1 && $basicControl->google_recaptcha_login == 1) @error('g-recaptcha-response') {{ $message }} @enderror @endif @lang("signup") @lang("Don't have an account?") @lang("Sign In") @include(template(). 'sections.footer') @endsection @push('css-lib') @endpush @push('js-lib') @endpush @push('script') @endpush
@lang("Sign In")