How Can I hide Real image path in cakephp 4 using Ajax Request ?
render: function (data) {
return (
'<img src="/img/' +data +
'" alt="empty" width="150px" height="90px"/>'
);
},