Can anyone offer some guidance on how to load a background image from storage? I have tried using the following code with normal img src, but it doesn't seem to work with background images.
background-image: url({{ Storage::get("{$post->image}") }});
background-image: url({{ Storage::url("{$post->image}") }});