148 lines
5.6 KiB
PHP
148 lines
5.6 KiB
PHP
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<head>
|
||
|
||
<meta charset="utf-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
<meta name="description" content="">
|
||
<meta name="author" content="">
|
||
|
||
<title>SB Admin 2 - Dashboard</title>
|
||
|
||
<!-- Custom fonts for this template-->
|
||
<link href="{{ asset('templates/vendor/fontawesome-free/css/all.min.css') }}" rel="stylesheet" type="text/css">
|
||
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
|
||
|
||
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/css/bootstrap-datepicker.min.css" rel="stylesheet">
|
||
|
||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||
|
||
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
|
||
|
||
<!-- Custom styles for this template-->
|
||
<link href="{{ asset('templates/css/sb-admin-2.min.css') }}" rel="stylesheet">
|
||
|
||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||
|
||
<style>
|
||
/* Custom styling for date range picker */
|
||
#dateRangePicker {
|
||
display: flex;
|
||
justify-content: center;
|
||
}
|
||
|
||
.input-daterange .form-control {
|
||
width: 150px;
|
||
text-align: center;
|
||
}
|
||
|
||
.input-group-prepend,
|
||
.input-group-append {
|
||
height: auto;
|
||
}
|
||
|
||
.input-group-prepend,
|
||
.input-group-append .input-group-text {
|
||
background-color: #e9ecef;
|
||
border-color: #ced4da;
|
||
}
|
||
</style>
|
||
|
||
</head>
|
||
|
||
<body id="page-top">
|
||
|
||
<!-- Page Wrapper -->
|
||
<div id="wrapper">
|
||
|
||
<!-- Content Wrapper -->
|
||
<div id="content-wrapper" class="d-flex flex-column">
|
||
|
||
<!-- Main Content -->
|
||
<div id="content">
|
||
|
||
<!-- Topbar -->
|
||
<nav class="navbar navbar-expand navbar-light bg-white topbar mb-4 static-top shadow">
|
||
|
||
</nav>
|
||
<!-- End of Topbar -->
|
||
|
||
<div class="container">
|
||
@yield('content')
|
||
</div>
|
||
|
||
<!-- Footer -->
|
||
<footer class="sticky-footer bg-white">
|
||
<div class="container my-auto">
|
||
<div class="copyright text-center my-auto">
|
||
<span>Copyright © Your Website 2021</span>
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
<!-- End of Footer -->
|
||
|
||
</div>
|
||
<!-- End of Content Wrapper -->
|
||
@include('modals.modal')
|
||
</div>
|
||
<!-- End of Page Wrapper -->
|
||
|
||
<!-- Scroll to Top Button-->
|
||
<a class="scroll-to-top rounded" href="#page-top">
|
||
<i class="fas fa-angle-up"></i>
|
||
</a>
|
||
|
||
<!-- Logout Modal-->
|
||
<div class="modal fade" id="logoutModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
||
<div class="modal-dialog" role="document">
|
||
<div class="modal-content">
|
||
<div class="modal-header">
|
||
<h5 class="modal-title" id="exampleModalLabel">Ready to Leave?</h5>
|
||
<button class="close" type="button" data-dismiss="modal" aria-label="Close">
|
||
<span aria-hidden="true">×</span>
|
||
</button>
|
||
</div>
|
||
<div class="modal-body">Select "Logout" below if you are ready to end your current session.</div>
|
||
<div class="modal-footer">
|
||
<button class="btn btn-secondary" type="button" data-dismiss="modal">Cancel</button>
|
||
<a class="btn btn-primary" href="login.html">Logout</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Bootstrap core JavaScript-->
|
||
<script src="{{ asset('templates/vendor/jquery/jquery.min.js') }}"></script>
|
||
<script src="{{ asset('templates/vendor/bootstrap/js/bootstrap.bundle.min.js') }}"></script>
|
||
|
||
<!-- Core plugin JavaScript-->
|
||
<script src="{{ asset('templates/vendor/jquery-easing/jquery.easing.min.js') }}"></script>
|
||
|
||
<!-- Custom scripts for all pages-->
|
||
<script src="{{ asset('templates/js/sb-admin-2.min.js') }}"></script>
|
||
|
||
<!-- Page level plugins -->
|
||
<script src="{{ asset('templates/vendor/chart.js/Chart.min.js') }}"></script>
|
||
|
||
<!-- Page level custom scripts -->
|
||
<!-- <script src="{{ asset('templates/js/demo/chart-area-demo.js') }}"></script>
|
||
<script src="{{ asset('templates/js/demo/chart-pie-demo.js') }}"></script>
|
||
<script src="{{ asset('templates/js/demo/chart-bar-demo.js') }}"></script> -->
|
||
|
||
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
|
||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
|
||
<!-- Bootstrap Datepicker JavaScript -->
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/js/bootstrap-datepicker.min.js"></script>
|
||
|
||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
|
||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
|
||
|
||
|
||
|
||
</body>
|
||
|
||
</html> |