Files
money/ui/resources/views/layout/base.blade.php

6 lines
89 B
PHP
Raw Normal View History

2021-03-18 23:25:35 -03:00
<!DOCTYPE html>
<html lang="es">
@include('layout.head')
@include('layout.body')
</html>