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
@section('content')
{{__('reset password')}}
@if (session('status'))
{{ session('status') }}
@endif
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection