Files
portal/resources/views/layouts/base.blade.php
T
omair saleh 2c0b8f9c41 big commit
2021-04-08 14:40:13 +08:00

14 lines
305 B
PHP

<!doctype html>
<html lang="en">
<head>
@include('vendor/head')
</head>
<body class="fixed-header horizontal-menu horizontal-app-menu bg-master-lightest">
<div id="app" style="min-height: 100%;">
@yield('content')
</div>
@include('vendor/js')
@stack('scripts')
</body>
</html>