create loading and handle from js create edit and delete roles
This commit is contained in:
14
resources/views/components/toast-notification.blade.php
Normal file
14
resources/views/components/toast-notification.blade.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<div class="toast-container position-fixed end-0 top-0 p-3">
|
||||
<div id="toastNotification" class="toast align-items-center" role="alert" aria-live="assertive" aria-atomic="true">
|
||||
<div class="toast-header">
|
||||
<div class="auth-logo me-auto">
|
||||
</div>
|
||||
<small class="text-muted">{{now()->format("Y-m-d H:i:s")}}</small>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="toast"
|
||||
aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="toast-body">
|
||||
<p id="toast-message"></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user