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

5 lines
88 B
PHP
Raw Normal View History

2022-11-25 20:52:59 -03:00
<!DOCTYPE html>
<html lang="es">
@include('layout.head')
@include('layout.body')
</html>