9 lines
115 B
PHP
9 lines
115 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
@include('layouts._head')
|
|
<body>
|
|
@yield('content')
|
|
@stack('scripts')
|
|
</body>
|
|
</html>
|