Files
publivia/resources/views/layout/base.blade.php

6 lines
89 B
PHP
Raw Normal View History

2020-07-02 18:44:16 -04:00
<!DOCTYPE html>
<html lang="es">
@include('layout.head')
@include('layout.body')
</html>