I am using Laravel 8.
Trying to show image from storage/app/subject_image/ path but it doesn't display.
Below is my code on blade
<img src="{{asset("storage/subject_image/$data->subject_image")}}" alt="">
also i have inspected element on chrome its showing right path and right image name still its not showing. below is the inpsect element screenshot

