chess/resources/views/home.blade.php
Ramadhon Ikhsan Prasetya 603e31b0f4 init
2024-08-29 10:56:32 +07:00

70 lines
2.2 KiB
PHP

<!DOCTYPE html>
<!--
Template Name: Metronic - Bootstrap 4 HTML, React, Angular 11 & VueJS Admin Dashboard Theme
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: https://1.envato.market/EA4JP
Renew Support: https://1.envato.market/EA4JP
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="en">
<!--begin::Head-->
<head>
<base>
<meta charset="utf-8" />
<title>Client Helpdesk Supporting System</title>
<meta name="description" content="Client Helpdesk Supporting System" />
<meta name="csrf-token" content="{{ csrf_token() }}"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="cache-control" content="private, max-age=0, no-cache">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="Fri, 01 Jan 1990 00:00:00 GMT">
<link rel="canonical" href="#" />
<x-master.head />
</head>
<!--end::Head-->
<!--begin::Body-->
<body id="kt_body" class="page-loading-enabled page-loading header-fixed header-mobile-fixed header-bottom-enabled subheader-enabled page-loading" style="background: url({{ asset('assets/media/bg/pat13.jpg') }})">
<!--[html-partial:include:{"file":"partials/_page-loader.html"}]/-->
<x-master.page_loader />
<!--[html-partial:include:{"file":"layout.html"}]/-->
<x-master.layout />
<!--[html-partial:include:{"file":"partials/_extras/offcanvas/quick-user.html"}]/-->
<x-master.quick_user />
<!--[html-partial:include:{"file":"partials/_extras/offcanvas/quick-cart.html"}]/-->
<!--[html-partial:include:{"file":"partials/_extras/offcanvas/quick-panel.html"}]/-->
<!--[html-partial:include:{"file":"partials/_extras/chat.html"}]/-->
<!--[html-partial:include:{"file":"partials/_extras/scrolltop.html"}]/-->
@include('content.others.changePass')
@include('content.others.changePp')
<x-master.scrolltop />
<x-other.notif/>
<x-master.script />
<div id="script_master">
@yield('script')
</div>
</body>
<!--end::Body-->
</html>