Update your a
tag to the following:
<a class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#EditComment{{ $comment->id }}"><i class="fa fa-check-square-o"></i> Edit</a>
To open a bootstrap modal, you have to use the properties specified in the documentation Launch demo modal.
The modal dialog is displayed (means that "a" tag is not missing), but it is dimmed (as is on following screenshot):
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community