Your calling the image src path in two ways,
{{asset('/images/' . $post->image)}}
and
{{ $post->image }}
Does the second contain a full url path to the image?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community