Skip to content

Commit c2afc0c

Browse files
committed
Bugfix
1 parent 7f1aee4 commit c2afc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/layouts/sidebar.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@
700700
@endphp
701701
<div class="modal-body">
702702
<div class="bd-example">
703-
<img draggable="false" src="{{isset($imgSrc)}}" style="width:100%;height:auto;" class="bd-placeholder-img img-thumbnail">
703+
<img draggable="false" src="@php if(isset($imgSrc)){echo $imgSrc;} @endphp" style="width:100%;height:auto;" class="bd-placeholder-img img-thumbnail">
704704
</div>
705705
</div>
706706
<div class="modal-footer">

0 commit comments

Comments
 (0)