mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-20 04:53:59 +00:00
17 lines
558 B
PHP
17 lines
558 B
PHP
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
@include('vendor/head')
|
|
</head>
|
|
<body class="horizontal-menu horizontal-app-menu bg-white overflow-hidden">
|
|
<!-- Google Tag Manager (noscript) -->
|
|
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T3XCNMB"
|
|
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> |