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() }}
{{__('Email')}}
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
{{__('New Password')}}
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
{{__('repeat password')}}