@extends('layouts.app') @section('css') @endsection @section('content')

{{trans('auth.reset_password')}}

{{ trans('auth.reset_pass_subtitle') }}
@if (session('status'))
{{ session('status') }}
@endif @include('errors.errors-forms')
@csrf @if($settings->captcha == 'on') @captcha @endif
@if ($settings->captcha == 'on') {{trans('auth.protected_recaptcha')}} {{trans('general.privacy')}} - {{trans('general.terms')}} @endif
@endsection