@if ($errors->has('custom_error'))
{{ $errors->first('custom_error') }}
@endif @if ($errors->has('custom_msg'))
{{ $errors->first('custom_msg') }}
@endif
Forgot Password
@if (session('error'))
{{ session('error') }}
@endif
@csrf
Enter your email iD
@error('email')
{{ $message }}
@enderror
Submit
{{-- @if (Route::has('password.request'))
Forgot Password?
@endif --}}
Need to
Login
{{--
Email ID
@error('email')
{{ $message }}
@enderror
Password
@error('password')
{{ $message }}
@enderror
Remember me
Forgot your password?
Login
Don’t have a springboard account?
Sign up now
--}}