Files
oficial/app/resources/views/layout/base.blade.php
2023-07-24 20:55:26 -04:00

6 lines
89 B
PHP

<!DOCTYPE html>
<html lang="es">
@include('layout.head')
@include('layout.body')
</html>