Profile image is not loading in Laravel
I am using this way to get the image url but it is not working. Can anyone help? <img src="{{ $user->getImageUrl() }}" alt="profile picture"> I am storing the image path in the database like this profile/xa6OUndH8AoSZ6bL1JbQe1CXM5tedXfoRbMDVgCQ.png My function in the…