Files
exchange-2.0/resources/views/layouts/base.blade.php
T
omair saleh 05401f6bbc large commit
2021-03-11 13:06:40 +08:00

13 lines
307 B
PHP

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