|
@@ -5,7 +5,10 @@
|
|
<meta name="viewport"
|
|
<meta name="viewport"
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
|
+ <script src="{{ mix('js/app.js') }}" defer></script>
|
|
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
|
|
|
+ <link href="{{ mix('css/app.css') }}" rel="stylesheet">
|
|
|
|
+ <link href="https://cdn.jsdelivr.net/npm/@mdi/font@4.x/css/materialdesignicons.min.css" rel="stylesheet">
|
|
<title>Meeting Center</title>
|
|
<title>Meeting Center</title>
|
|
</head>
|
|
</head>
|
|
<body class="d-flex align-items-stretch h-100">
|
|
<body class="d-flex align-items-stretch h-100">
|
|
@@ -13,8 +16,8 @@
|
|
<div class="col-9 pr-0 app-left-panel">
|
|
<div class="col-9 pr-0 app-left-panel">
|
|
<iframe src="{{ $page }}" frameborder="0" class="h-100 w-100"></iframe>
|
|
<iframe src="{{ $page }}" frameborder="0" class="h-100 w-100"></iframe>
|
|
</div>
|
|
</div>
|
|
- <div class="col-3 border-left app-right-panel">
|
|
|
|
- Meeting stuff goes here
|
|
|
|
|
|
+ <div id="meetingsApp" class="col-3 border-left app-right-panel">
|
|
|
|
+ <meetings-app-root></meetings-app-root>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="/AdminLTE-3.0.5/plugins/jquery/jquery.min.js"></script>
|
|
<script src="/AdminLTE-3.0.5/plugins/jquery/jquery.min.js"></script>
|