This commit is contained in:
Julian Prieber 2023-05-12 14:37:29 +02:00
parent 7f1aee47b4
commit c2afc0c2b6
1 changed files with 1 additions and 1 deletions

View File

@ -700,7 +700,7 @@ $usrhandl = Auth::user()->littlelink_name;
@endphp
<div class="modal-body">
<div class="bd-example">
<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">
</div>
</div>
<div class="modal-footer">