@extends('layouts.app') @section('title') {{trans('auth.password_recover')}} -@endsection @section('css') @endsection @section('content')

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

{{ trans('auth.recover_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