Files
2020-05-11 14:43:49 +08:00

9 lines
141 B
PHP

<!doctype html>
<html lang="en">
<head>
@include('vendor/head')
</head>
@yield('content')
@include('vendor/js')
@stack('scripts')
</html>