Commit e460792f by Triyah Fatmawati
parents 698c7fa3 ab67900b
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
@endsection @endsection
@push('scripts') @push('scripts')
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script type="text/javascript"> <script>
$(document).ready(function(){ $(document).ready(function(){
$('#reload').click(function(){ $('#reload').click(function(){
$.ajax({ $.ajax({
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<!-- Styles --> <!-- Styles -->
<link href="{{ asset('css/app.css') }}" rel="stylesheet"> <link href="{{ asset('css/app.css') }}" rel="stylesheet">
@stack('scripts') @stack('scripts')
</head> </head>
<body> <body>
<div id="app"> <div id="app">
...@@ -76,6 +76,7 @@ ...@@ -76,6 +76,7 @@
<main class="py-4"> <main class="py-4">
@yield('content') @yield('content')
</main> </main>
</div> </div>
</body> </body>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment