Layout base

This commit is contained in:
2020-04-30 08:31:00 -04:00
parent 29fc03937a
commit 6284266d2a
9 changed files with 122 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<!DOCTYPE html>
<html lang="{{$page_language}}">
@include('layout.head')
@include('layout.body')
</html>