58 lines
2.0 KiB
PHP
58 lines
2.0 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<!-- Tell the browser to be responsive to screen width -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta
|
|
name="keywords"
|
|
content="wrappixel, admin dashboard, html css dashboard, web dashboard, bootstrap 5 admin, bootstrap 5, css3 dashboard, bootstrap 5 dashboard, Matrix lite admin bootstrap 5 dashboard, frontend, responsive bootstrap 5 admin template, Matrix admin lite design, Matrix admin lite dashboard bootstrap 5 dashboard template"
|
|
/>
|
|
<meta
|
|
name="description"
|
|
content="Matrix Admin Lite Free Version is powerful and clean admin dashboard template, inpired from Bootstrap Framework"
|
|
/>
|
|
<meta name="robots" content="noindex,nofollow" />
|
|
<title>Meubel Asshofa - @yield('title')</title>
|
|
<!-- Favicon icon -->
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="16x16"
|
|
href="{{asset('assets/assets/images/favicon.png')}}"
|
|
/>
|
|
<!-- Custom CSS -->
|
|
<link href="{{asset('assets/assets/libs/flot/css/float-chart.css')}}" rel="stylesheet" />
|
|
<!-- Custom CSS -->
|
|
<link href="{{asset('assets/dist/css/style.min.css')}}" rel="stylesheet" />
|
|
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<style>
|
|
h1 {
|
|
text-align: center;
|
|
}
|
|
h5, h4 {
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
<body onload="window.print()">
|
|
|
|
<div class="container">
|
|
<h1>MEUBEL ASSHOFA</h1>
|
|
<h5>Jl. Pasinan, Karangbendo, Lumajang</h5>
|
|
<h5>Telepon : 081235612133 / 081333234219 (WA)</h5>
|
|
<h4>@yield('title')</h4>
|
|
@yield('content')
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|