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 7f1aee4 commit c2afc0cCopy full SHA for c2afc0c
resources/views/layouts/sidebar.blade.php
@@ -700,7 +700,7 @@
700
@endphp
701
<div class="modal-body">
702
<div class="bd-example">
703
- <img draggable="false" src="{{isset($imgSrc)}}" style="width:100%;height:auto;" class="bd-placeholder-img img-thumbnail">
+ <img draggable="false" src="@php if(isset($imgSrc)){echo $imgSrc;} @endphp" style="width:100%;height:auto;" class="bd-placeholder-img img-thumbnail">
704
</div>
705
706
<div class="modal-footer">
0 commit comments