Files
operadores/ui/resources/views/layout2/base.blade.php
2021-08-10 15:52:03 -04:00

6 lines
89 B
PHP

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