rtl == 1) dir="rtl" @endif>
{{$w_title}}
@if(selected_lang()->rtl == 0)
@else
@endif
@php if(Schema::hasTable('color_schemes')){ $color = App\ColorScheme::first(); } @endphp @if(isset($color)) @if($color->color_scheme == 'dark') @else @endif @if($color->color_scheme == 'light') @if(selected_lang()->rtl == 0)
@else
@endif @else @if(selected_lang()->rtl == 0)
@else
@endif @endif @endif
@if($logo != null)
@endif
{!! $auth_customize->detail !!}
@if($logo != null)
@endif
{{ csrf_field() }}
{{__('staticwords.username')}}
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
{{__('staticwords.email')}}
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
{{__('staticwords.password')}}
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
{{__('staticwords.repeatpassword')}}
@if($configs->captcha == 1)
{!! app('captcha')->display() !!} @if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif
@endif
@if($configs->fb_login==1)
{{__('staticwords.registerwithfacebook')}}
@endif @if($configs->google_login==1)
{{__('staticwords.registerwithgoogle')}}
@endif @if($configs->amazon_login==1)
{{__('staticwords.registerwithamazon')}}
@endif @if($configs->gitlab_login==1)
{{__('staticwords.registerwithgitlab')}}
@endif
{{__('staticwords.iamalreadyamember')}}