{{trans('Forget Password')}}
{{trans('Welcome back, Change your password')}}
@include('sweetalert::alert')
@csrf
@error('password')
{{ $message }}
@enderror
{{trans('New Password')}}
@error('password_confirmation')
{{ $message }}
@enderror
{{trans('New Password Confirmation')}}
{{trans('Change Password')}}