Files
izyim/resources/views/layouts/base.blade.php
T
2019-01-23 23:53:20 +08:00

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>