@extends('layouts.app') @section('title',"CHR247 | Reset Password") @section('content')

Reset Password

@if (session('status'))
{{ session('status') }}
@endif

Important!

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.

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