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

{{ __('Reset Password') }}

@if (session('status')) @endif
@csrf {{--
Enter your Email and instructions will be sent to you!
--}}
@error('email') {{ $message }} @enderror
@endsection