Đổi mật khẩu
@csrf @method('PUT')
@if ($errors->has('old-password'))
{{ $errors->first('old-password') }}
@endif
@if ($errors->has('confirm-password'))
{{ $errors->first('confirm-password') }}
@endif