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