Files
portal/resources/views/layouts/base.blade.php
T
omair saleh 14cbcfd6f5 large commit
2021-08-18 06:02:14 +08:00

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>