mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
13 lines
297 B
PHP
13 lines
297 B
PHP
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
@include('vendor/head')
|
|
</head>
|
|
<body class="horizontal-menu horizontal-app-menu bg-white overflow-hidden">
|
|
<div id="app" style="min-height: 100%;">
|
|
@yield('content')
|
|
</div>
|
|
@include('vendor/js')
|
|
@stack('scripts')
|
|
</body>
|
|
</html> |