Skip to content

Commit 608804c

Browse files
committed
Fixed logo url
1 parent 36ba73c commit 608804c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/portal/quotes/show.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</div>
6363
<div class="col px-5 py-4 text-right">
6464
@if($logo)
65-
<img src="{{ asset($logo) }}" height="80" />
65+
<img src="{{ asset('storage/'.$logo) }}" height="80" />
6666
@endif
6767
</div>
6868
</div>

0 commit comments

Comments
 (0)