@csrf
{{ trans('clinic-auth.common.p') }}
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@error('password_confirmation')
{{ $message }}
@enderror
{{ trans('clinic-auth.reset-password.button') }}