127 lines
5.1 KiB
PHP
Executable File
127 lines
5.1 KiB
PHP
Executable File
<!DOCTYPE html>
|
|
<!--
|
|
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 4 & Angular 8
|
|
Author: KeenThemes
|
|
Website: http://www.keenthemes.com/
|
|
Contact: support@keenthemes.com
|
|
Follow: www.twitter.com/keenthemes
|
|
Dribbble: www.dribbble.com/keenthemes
|
|
Like: www.facebook.com/keenthemes
|
|
Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
|
|
Renew Support: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
|
|
License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
|
|
-->
|
|
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
|
<!-- begin::Head -->
|
|
|
|
<head>
|
|
<!--begin::Base Path (base relative path for assets of this page) -->
|
|
<base href="../">
|
|
<!--end::Base Path -->
|
|
<meta charset="utf-8" />
|
|
|
|
<title>{{ config('app.name', 'Bengkel') }} {{ isset($page_title) ? ' | ' . $page_title : '' }}</title>
|
|
<meta name="description" content="Updates and statistics">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
|
|
|
<!--begin::Fonts -->
|
|
<link rel="stylesheet" href="{{ asset('css/google-font.css') }}">
|
|
<!--end::Fonts -->
|
|
|
|
<!--begin::Global Theme Styles(used by all pages) -->
|
|
<link href="{{ asset('css/app.bundle.min.css') }}" rel="stylesheet" type="text/css" />
|
|
<!--end::Global Theme Styles -->
|
|
|
|
<!--begin::Global Custom Styles(used by all pages) -->
|
|
<link href="{{ asset('css/custom-web.css') }}" rel="stylesheet" type="text/css" />
|
|
<!--end::Global Custom Styles -->
|
|
|
|
<link rel="shortcut icon" href="{{ asset('assets/media/logos/ckb.jpeg') }}" />
|
|
|
|
<link href="{{ asset('css/bootstrap-datepicker.min.css') }}" rel="stylesheet" type="text/css" />
|
|
|
|
<!--begin::DataTables CSS -->
|
|
<link href="{{ asset('css/vendor/dataTables.bootstrap4.min.css') }}" rel="stylesheet" type="text/css" />
|
|
<link href="{{ asset('css/vendor/fixedColumns.bootstrap4.min.css') }}" rel="stylesheet" type="text/css" />
|
|
<link href="{{ asset('css/vendor/sweetalert2.min.css') }}" rel="stylesheet" type="text/css" />
|
|
|
|
<!-- begin::Global Config(global config for global JS sciprts) -->
|
|
<script>
|
|
var KTAppOptions = {
|
|
"colors": {
|
|
"state": {
|
|
"brand": "#5d78ff",
|
|
"dark": "#282a3c",
|
|
"light": "#ffffff",
|
|
"primary": "#5867dd",
|
|
"success": "#34bfa3",
|
|
"info": "#36a3f7",
|
|
"warning": "#ffb822",
|
|
"danger": "#fd3995"
|
|
},
|
|
"base": {
|
|
"label": ["#c5cbe3", "#a1a8c3", "#3d4465", "#3e4466"],
|
|
"shape": ["#f0f3ff", "#d9dffa", "#afb4d4", "#646c9a"]
|
|
}
|
|
}
|
|
};
|
|
</script>
|
|
<!-- end::Global Config -->
|
|
|
|
@yield('styles')
|
|
</head>
|
|
<!-- end::Head -->
|
|
|
|
<!-- begin::Body -->
|
|
|
|
<body class="kt-quick-panel--right kt-demo-panel--right kt-offcanvas-panel--right kt-header--fixed kt-header-mobile--fixed kt-aside--enabled kt-aside--fixed kt-page--loading">
|
|
<!-- begin:: Page -->
|
|
<!-- begin:: Header Mobile -->
|
|
@include('layouts.partials.headerMobile')
|
|
<!-- end:: Header Mobile -->
|
|
<div class="kt-grid kt-grid--hor kt-grid--root">
|
|
<div class="kt-grid__item kt-grid__item--fluid kt-grid kt-grid--ver kt-page">
|
|
<!-- begin:: Aside -->
|
|
@include('layouts.partials.sidebarMenu')
|
|
<!-- end:: Aside -->
|
|
<div class="kt-grid__item kt-grid__item--fluid kt-grid kt-grid--hor kt-wrapper" id="kt_wrapper">
|
|
<!-- begin:: Header -->
|
|
@include('layouts.partials.header')
|
|
<!-- end:: Header -->
|
|
<div class="kt-content kt-grid__item kt-grid__item--fluid kt-grid kt-grid--hor" id="kt_content">
|
|
<!-- begin:: Content -->
|
|
<div class="kt-container kt-container--fluid kt-grid__item kt-grid__item--fluid">
|
|
@yield('content')
|
|
</div>
|
|
<!-- end:: Content -->
|
|
</div>
|
|
<!-- begin:: Footer -->
|
|
@include('layouts.partials.footer')
|
|
<!-- end:: Footer -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- end:: Page -->
|
|
|
|
<!-- begin::Scrolltop -->
|
|
<div id="kt_scrolltop" class="kt-scrolltop">
|
|
<i class="fa fa-arrow-up"></i>
|
|
</div>
|
|
<!-- end::Scrolltop -->
|
|
|
|
<!--begin::Global Theme Bundle(used by all pages) -->
|
|
<script src="{{ asset('js/app.bundle.min.js') }}"></script>
|
|
<script src="{{ asset('js/bootstrap-datepicker.min.js') }}"></script>
|
|
<script src="//maps.google.com/maps/api/js?key=AIzaSyBTGnKT7dt597vo9QgeQ7BFhvSRP4eiMSM"></script>
|
|
<!--end::Global Theme Bundle -->
|
|
|
|
<!--begin::Common Script -->
|
|
<script src="{{ asset('js/vendor.js') }}"></script>
|
|
<script src="{{ asset('js/init.js') }}"></script>
|
|
<!--end::Common Scripts -->
|
|
@yield('javascripts')
|
|
</body>
|
|
<!-- end::Body -->
|
|
|
|
</html> |