Files
nhgooi.nl/resources/views/layouts/empty.blade.php
2025-07-15 15:45:09 +02:00

9 lines
115 B
PHP
Executable File

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