97 lines
4.3 KiB
PHP
97 lines
4.3 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no" name="viewport">
|
|
<title>SIPETAN — Stisla</title>
|
|
|
|
<!-- General CSS Files -->
|
|
<link rel="stylesheet" href="{{ asset('assets/modules/bootstrap/css/bootstrap.min.css') }}">
|
|
<link rel="stylesheet" href="{{ asset('assets/modules/fontawesome/css/all.min.css') }}">
|
|
|
|
<!-- CSS Libraries -->
|
|
<link rel="stylesheet" href="{{ asset('assets/modules/jqvmap/dist/jqvmap.min.css') }}">
|
|
<link rel="stylesheet" href="{{ asset('assets/modules/weather-icon/css/weather-icons.min.css') }}">
|
|
<link rel="stylesheet" href="{{ asset('assets/modules/weather-icon/css/weather-icons-wind.min.css') }}">
|
|
<link rel="stylesheet" href="{{ asset('assets/modules/summernote/summernote-bs4.css') }}">
|
|
<link rel="stylesheet" href="{{ asset('assets/modules/datatables/datatables.min.css') }}">
|
|
<link rel="stylesheet" href="{{ asset('assets/modules/datatables/DataTables-1.10.16/css/dataTables.bootstrap4.min.css') }}">
|
|
<link rel="stylesheet" href="{{ asset('assets/modules/datatables/Select-1.2.4/css/select.bootstrap4.min.css') }}">
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
|
|
|
|
|
<!-- Template CSS -->
|
|
<link rel="stylesheet" href="{{ asset('assets/css/style.css') }}">
|
|
<link rel="stylesheet" href="{{ asset('assets/css/components.css') }}">
|
|
<!-- Start GA -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-94034622-3"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'UA-94034622-3');
|
|
</script>
|
|
<!-- /END GA --></head>
|
|
|
|
<body>
|
|
<div id="app">
|
|
<div class="main-wrapper main-wrapper-1">
|
|
@include('layouts.navbar')
|
|
@include('layouts.sidebar')
|
|
|
|
@yield('body')
|
|
|
|
@include('sweetalert::alert')
|
|
|
|
<footer class="main-footer">
|
|
<div class="footer-left">
|
|
Copyright © 2024 <div class="bullet"></div> Design By <a href="https://github.com/mmmutia">Mutia Budi Utami</a>
|
|
</div>
|
|
<div class="footer-right">
|
|
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- General JS Scripts -->
|
|
<script src="{{ asset('assets/modules/jquery.min.js') }}"></script>
|
|
<script src="{{ asset('assets/modules/popper.js') }}"></script>
|
|
<script src="{{ asset('assets/modules/tooltip.js') }}"></script>
|
|
<script src="{{ asset('assets/modules/bootstrap/js/bootstrap.min.js') }}"></script>
|
|
<script src="{{ asset('assets/modules/nicescroll/jquery.nicescroll.min.js') }}"></script>
|
|
<script src="{{ asset('assets/modules/moment.min.js') }}"></script>
|
|
<script src="{{ asset('assets/js/stisla.js') }}"></script>
|
|
|
|
<!-- JS Libraies -->
|
|
<script src="{{ asset('assets/modules/simple-weather/jquery.simpleWeather.min.js') }}"></script>
|
|
<script src="{{ asset('assets/modules/chart.min.js') }}"></script>
|
|
<script src="{{ asset('assets/modules/jqvmap/dist/jquery.vmap.min.js') }}"></script>
|
|
<script src="{{ asset('assets/modules/jqvmap/dist/maps/jquery.vmap.world.js') }}"></script>
|
|
<script src="{{ asset('assets/modules/summernote/summernote-bs4.js') }}"></script>
|
|
<script src="{{ asset('assets/modules/chocolat/dist/js/jquery.chocolat.min.js') }}"></script>
|
|
<script src="{{ asset('assets/modules/datatables/datatables.min.js') }}"></script>
|
|
<script src="{{ asset('assets/modules/datatables/DataTables-1.10.16/js/dataTables.bootstrap4.min.js') }}"></script>
|
|
<script src="{{ asset('assets/modules/datatables/Select-1.2.4/js/dataTables.select.min.js') }}"></script>
|
|
<script src="{{ asset('assets/modules/jquery-ui/jquery-ui.min.js') }}"></script>
|
|
|
|
<!-- Page Specific JS File -->
|
|
<script src="{{ asset('assets/js/page/index-0.js') }}"></script>
|
|
<script src="{{ asset('assets/js/page/modules-datatables.js') }}"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
|
|
|
|
<!-- Template JS File -->
|
|
<script src="{{ asset('assets/js/scripts.js') }}"></script>
|
|
<script src="{{ asset('assets/js/custom.js') }}"></script>
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|