add to your images links "/"
src, like.
<img src="/images/item/tp/Image00014.jpg" alt="img"/>
Dont use absolute paths, everytime you have to use something from public folder, use asset() helper it will decrease the errors hen uploading for a webserver.
For example
<li><img src="{{asset('images/item/tp-big/Image00014.jpg')}}" alt="img"/></li>
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community