close #2219 Fixed: when opening notifications error on console #rp217y

This commit is contained in:
Cüneyt Şentürk
2021-08-16 00:33:17 +03:00
parent 3b518bda6b
commit b2d23fa07d
5 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
<div class="accordion" id="reminder-{{$type}}">
<div class="accordion" id="notification-reminder-{{$type}}">
<div class="card">
<div class="card-header" id="heading-reminder-{{$type}}" data-toggle="collapse" data-target="#collapse-reminder-{{$type}}"
aria-expanded="false" aria-controls="collapse-reminder-{{$type}}">
@ -22,7 +22,7 @@
</div>
</div>
<div id="collapse-reminder-{{$type}}" class="collapse" aria-labelledby="heading-reminder-{{$type}}" data-parent="#reminder-{{$type}}">
<div id="collapse-reminder-{{$type}}" class="collapse" aria-labelledby="heading-reminder-{{$type}}" data-parent="#notification-reminder-{{$type}}">
@if ($notifications->total())
<div class="table-responsive">
<table class="table table-flush table-hover" id="tbl-reminder-{{ $type }}">