mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 12:33:56 +00:00
19 lines
428 B
PHP
19 lines
428 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">
|
|
<div id="app" style="min-height: 100%;">
|
|
<div id="grecaptcha_container"></div>
|
|
@yield('content')
|
|
</div>
|
|
@include('vendor/js')
|
|
@stack('scripts')
|
|
</body>
|
|
</html> |