@toastr_css
Patient Login
@csrf
Email
@if($errors->has('email'))
{{$errors->first('email')}}
@endif
Please fill in your email
Password
Forgot Password?
@if($errors->has('password'))
{{$errors->first('password')}}
@endif
please fill in your password
Login
Don't have an account?
Create One
@jquery @toastr_js @toastr_render