We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ba73c commit 608804cCopy full SHA for 608804c
resources/views/portal/quotes/show.blade.php
@@ -62,7 +62,7 @@
62
</div>
63
<div class="col px-5 py-4 text-right">
64
@if($logo)
65
- <img src="{{ asset($logo) }}" height="80" />
+ <img src="{{ asset('storage/'.$logo) }}" height="80" />
66
@endif
67
68
0 commit comments