👉 Hello friends today's i'm share How to Enable template path hint in admin/back end side using sql query in Magento
insert this dev/debug/template value in core_config_data table in mysql :
run bellow query in your project databse :
👉 INSERT INTO `core_config_data` (`scope`, `scope_id`, `path`, `value`)
VALUES ('websites', '0', 'dev/debug/template_hints', '1');
after then flush:cache of your project