@extends('layouts.auth') @section('content')

Reset Password.

@csrf @if (session('status')) @endif
@error('email') {{ $message }} @enderror

{{ __('Back to login') }}

@endsection