@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
@error('email')

{{ $message }}

@enderror
{{-- @if (Route::has('password.request')) Forgot Password? @endif --}}
Need to Login
{{--
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror

Don’t have a springboard account? Sign up now

--}}