@section('title', 'Forgot Password') @include('_partials.auth-section')
@include('_partials.auth-svg-top')
Forgot Password?

Enter your email and we'll send you instructions to reset your password

@if (session('status'))

{{ session('status') }}

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