Replies: 2 comments 6 replies
-
Try to build an absolute path, take in mind that it should be dynamically based on the environment where it is executed, eg: <style>
header {
padding: 25px;
float: right;
}
img
{
width: 175px;
height: 75px;
}
</style>
<header>
<img src="{{ config('base_url') . "/img/gray-logo.png" }}"/>
</header> There should be a |
Beta Was this translation helpful? Give feedback.
6 replies
-
The only way working for me was (tested only locally): |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
my controller code
header
but if i view normally it is showing
Beta Was this translation helpful? Give feedback.
All reactions