Files
KI/resources/views/admin/layout/base.blade.php

6 lines
117 B
PHP
Raw Normal View History

2020-05-26 23:04:49 -04:00
<!DOCTYPE html>
<html lang="{{$page_language}}">
@include('admin.layout.head')
@include('admin.layout.body')
</html>