Skip to content

Commit a6eaac9

Browse files
committed
Added alerts on user member page
1 parent fbadb1d commit a6eaac9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

resources/views/user/master.blade.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,25 @@
5858
</div>
5959
</div>
6060
</div>
61+
<!-- Alert Modal -->
62+
<input type="hidden" id="alertmodel" data-toggle="modal" data-target="#alert-model" />
63+
<div class="modal fade" id="alert-model" tabindex="-1" role="dialog" aria-labelledby="alertModel" aria-hidden="true">
64+
<div class="modal-dialog modal-dialog-centered" role="document">
65+
<div class="modal-content">
66+
<div class="modal-header">
67+
<h5 class="modal-title" >Alert</h5>
68+
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
69+
<span aria-hidden="true">&times;</span>
70+
</button>
71+
</div>
72+
<p class="p-3" id="alertbody"></p>
73+
<div class="modal-footer">
74+
<button type="button" id="alert-ok" class="btn btn-secondary" data-dismiss="modal">Ok</button>
75+
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
76+
</div>
77+
</div>
78+
</div>
79+
</div>
6180
@yield('script')
6281
<script src="/js/kchat.js"></script>
6382
@yield('javascript')

0 commit comments

Comments
 (0)