@extends('layouts.frontend') @section('content')
Reset password

If you forgot your password, well, then we’ll email you instructions to reset your password.

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