<How can I display images retrieved with AJAX in a...
# community-feeds
r
How can I display images retrieved with AJAX in an application built with Laravel? I'm retrieving data from a product using Laravel and displaying it via AJAX. Although I'm getting the correct paths for the images, they aren't being displayed. How can I solve this problem so that the images are displayed correctly? Because ajax shows me the path to the images and the name of the image. // Data report for products fetchDataProducts(); function fetchDataProducts() { $('#tableProducts').DataTable({ buttons: ['excel'], destroy: true, columns: [...