Article Save and sweet alert

This commit is contained in:
2020-08-17 03:05:09 +05:00
parent 31e2e89e9b
commit e4d01339ef
24 changed files with 126620 additions and 28 deletions

View File

@@ -18,6 +18,7 @@
@include('partials.header')
<main class="mt-12">
@yield('content')
</main>
@@ -26,6 +27,7 @@
</div>
@include('sweetalert::alert')
<script src="/js/app.js"></script>
</body>