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