Level 75
<img src="....
I use the asset helper. Like
<img src="{{ asset('assets/upload/imgdogs') . '/' . $row->dogpic }}" alt="" class="image">
I am showing the user profile picture like this when i upload the profile picture
This is how i am trying to show the image in the Browser
src="/storage/avatars/{{ $user->image }}"
this is appearing in the Console
<img height="150px;" src="/storage/avatars/1_avatar1552869006.jpg" class="curve-circle">
It is showing that the Profile picture is coming to browser but why its not rendering in the browser
Please or to participate in this conversation.