25 lines
1.4 KiB
PHP
25 lines
1.4 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="zxx" class="js">
|
|
|
|
<head>
|
|
<base href="../">
|
|
<meta charset="utf-8">
|
|
<meta name="author" content="Yuqi">
|
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="description" content="A powerful and conceptual apps base dashboard template that especially build for developers and programmers.">
|
|
<!-- Fav Icon -->
|
|
<link rel="shortcut icon" href="{{asset('assets/defaults/simedkom-logo-circle.png')}}">
|
|
<!-- Page Title -->
|
|
<title>{{$title}} - App Name</title>
|
|
<!-- StyleSheets -->
|
|
<link rel="stylesheet" href="{{asset('assets/dashboard/css/dashlite.css?ver=3.0.3')}}">
|
|
<link rel="stylesheet" href="{{asset('assets/dashboard/css/custom.css')}}">
|
|
<link id="skin-default" rel="stylesheet" href="{{asset('assets/dashboard/css/theme.css?ver=3.0.3')}}">
|
|
<link rel="stylesheet" href="https://cdn.datatables.net/1.13.1/css/jquery.dataTables.min.css">
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
|
<script src="https://cdn.datatables.net/1.13.1/js/jquery.dataTables.min.js"></script>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.css">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css">
|
|
</head>
|