Files
nhgooi.nl/resources/views/layouts/empty.blade.php

9 lines
115 B
PHP

<!DOCTYPE html>
<html>
@include('layouts._head')
<body>
@yield('content')
@stack('scripts')
</body>
</html>