@extends('layouts.app') @section('title', trans('auth.passwords.reset')) @section('content')

{{ trans('auth.passwords.reset') }}

@if(session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror
@include('elements.captcha', ['center' => true])
@endsection