WordPress not saving page template with "views/" prefix

Hello guys, i have this problem:

I’m trying to save a page template where I have some ACF assigned to “views/page-template.blade.php”

When I save my page with a page template “About Template” (Sage is able to see it within the code, my filter_templates is working right)

But I saw that my page template is saved like this:
_wp_page_template -> template-about.blade.php

I’ve tried to save it like this with a filter: “views/template-about.blade.php” but I’m getting an error on saving post action.

Do you guys have any idea of what can I do?