@extends("layouts.website.layout") @section("title",'chr247.com | Forgot Password') @section("content")

Forgot Your Password?

Only the password of The Admin Account of a clinic can be reset using email. To reset passwords of the other types of accounts, please contact the clinic's admin.
@if (session('status'))

Done!

{{ session('status') }}

@endif
{!! csrf_field() !!}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection