Penambahan FrontEnd All-New-Manufacture
This commit is contained in:
51
resources/views/layouts/guest.blade.php
Normal file
51
resources/views/layouts/guest.blade.php
Normal file
@@ -0,0 +1,51 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<!-- Meta -->
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="author" content="DexignLab">
|
||||
<meta name="robots" content="" >
|
||||
<meta name="keywords" content="admin dashboard, admin template, analytics, bootstrap, bootstrap 5, bootstrap 5 admin template, job board admin, job portal admin, modern, responsive admin dashboard, sales dashboard, sass, ui kit, web app, frontend">
|
||||
<meta name="description" content="We proudly present Jobick, a Job Admin dashboard HTML Template, If you are hiring a job expert you would like to build a superb website for your Jobick, it's a best choice.">
|
||||
<meta property="og:title" content="Jobick : Job Admin Dashboard Bootstrap 5 Template + FrontEnd">
|
||||
<meta property="og:description" content="We proudly present Jobick, a Job Admin dashboard HTML Template, If you are hiring a job expert you would like to build a superb website for your Jobick, it's a best choice." >
|
||||
<meta property="og:image" content="https://jobick.dexignlab.com/xhtml/social-image.png">
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
|
||||
<meta name="twitter:title" content="Jobick : Job Admin Dashboard Bootstrap 5 Template + FrontEnd">
|
||||
<meta name="twitter:description" content="We proudly present Jobick, a Job Admin dashboard HTML Template, If you are hiring a job expert you would like to build a superb website for your Jobick, it's a best choice.">
|
||||
<meta name="twitter:image" content="https://jobick.dexignlab.com/xhtml/social-image.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
||||
<!-- Mobile Specific -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- PAGE TITLE HERE -->
|
||||
<title>PCMS - {{ $locationSettings->namaperusahaan }} | Powered by ITCN Parking Support</title>
|
||||
|
||||
<!-- Favicon icon -->
|
||||
<link rel="shortcut icon" type="image/png" href="{{asset('images/favicon.png') }}">
|
||||
<link href="{{asset('vendor/bootstrap-select/dist/css/bootstrap-select.min.css') }}" rel="stylesheet">
|
||||
<link class="main-css" href="{{asset('css/style.css') }}" rel="stylesheet">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
@yield('content')
|
||||
|
||||
<!--**********************************
|
||||
Scripts
|
||||
***********************************-->
|
||||
<!-- Required vendors -->
|
||||
|
||||
<script src="{{asset('vendor/global/global.min.js')}}"></script>
|
||||
<script src="{{asset('vendor/bootstrap-select/dist/js/bootstrap-select.min.js')}}"></script>
|
||||
<script src="{{asset('js/custom.min.js')}}"></script>
|
||||
<script src="{{asset('js/dlabnav-init.js')}}"></script>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user