Commit e460792f by Triyah Fatmawati
parents 698c7fa3 ab67900b
......@@ -95,7 +95,7 @@
@endsection
@push('scripts')
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script type="text/javascript">
<script>
$(document).ready(function(){
$('#reload').click(function(){
$.ajax({
......
......@@ -18,7 +18,7 @@
<!-- Styles -->
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
@stack('scripts')
@stack('scripts')
</head>
<body>
<div id="app">
......@@ -76,6 +76,7 @@
<main class="py-4">
@yield('content')
</main>
</div>
</div>
</body>
</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