I am creating a user panel in laravel. Here i also want to upload a profile picture. I store the picture in (projectname)/public/storage/profilepicture/(image) but it wont load in my blade file.
<td><img src="/public/storage/profilepicture/{{$user->picture}}" width="100px"/> </td>
i used this line but it wont show up