Laravel asset() not working on remote while adding image dynamicaly using jquery
i am trying to show the images dynamicaly on remote server. other images are showing with asset() but i am unable to add the asset() while adding image dynamicaly here is the code <img src="{{ asset("' + grandChildColor.adon_item_image + '")…