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

6 lines
105 B
PHP
Raw Normal View History

2020-11-20 16:21:42 -03:00
<!DOCTYPE html>
<html lang="{{$page_language}}">
@include('layout.head')
@include('layout.body')
</html>