You see, I want to use an image with this code for the user bar:
<nav class="navbar navbar-expand-md navbar-laravel"
style="background-image: url('usuario/sacarino.jpg');">
With this I get to see the image:
But in case it is a more complex address, like those in which it is filtered according to a variable, it can fail and the image can not be shown.
I have the image in the public / user folder. How do I access it no matter where it is?