Files
base_web/resources/views/layout/base.blade.php
2020-12-15 17:45:45 -03:00

6 lines
89 B
PHP

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