This commit is contained in:
2020-08-17 03:29:04 +05:00
parent 5ee3b224df
commit 508f894530
2 changed files with 1 additions and 3 deletions

View File

@@ -150,7 +150,7 @@ return [
| |
*/ */
'toast_position' => env('SWEET_ALERT_TOAST_POSITION', 'top-end'), 'toast_position' => env('SWEET_ALERT_TOAST_POSITION', 'top'),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View File

@@ -27,9 +27,7 @@
</div> </div>
<div class="ml-5">
@include('sweetalert::alert') @include('sweetalert::alert')
</div>
<script src="/js/app.js"></script> <script src="/js/app.js"></script>
</body> </body>