mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-19 12:34:03 +00:00
8a28eb1790
This reverts merge request !5
11 lines
244 B
PHP
11 lines
244 B
PHP
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
@include('vendor/head')
|
|
</head>
|
|
<body class="fixed-header horizontal-menu horizontal-app-menu bg-master-lightest">
|
|
@yield('content')
|
|
@include('vendor/js')
|
|
@stack('scripts')
|
|
</body>
|
|
</html> |