Skip to content

Commit

Permalink
Update modal.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-rahimi committed Apr 11, 2023
1 parent 537cf39 commit 042d6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/button/modal.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class="modal-dialog modal-dialog-scrollable modal-{{ $modal->size }} @if ($modal
@if ($body['htmlTag'])
<{{ $body['htmlTag'] }}>
@endif
{{ $row[$body['property']] }}
{!! $row[$body['property']] !!}
@if ($body['htmlTag'])
</{{ $body['htmlTag'] }}>
@endif
Expand Down

0 comments on commit 042d6a2

Please sign in to comment.