mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
19 lines
567 B
PHP
19 lines
567 B
PHP
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
@include('vendor/head')
|
|
</head>
|
|
<body class="fixed-header horizontal-menu horizontal-app-menu bg-master-lightest">
|
|
|
|
<!-- Google Tag Manager (noscript) -->
|
|
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TLDQ8W6"
|
|
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|
<!-- End Google Tag Manager (noscript) -->
|
|
|
|
<div id="app" style="min-height: 100%;">
|
|
@yield('content')
|
|
</div>
|
|
@include('vendor/js')
|
|
@stack('scripts')
|
|
</body>
|
|
</html> |