8 lines
91 B
PHP
8 lines
91 B
PHP
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
@include('layouts.partials.htmlheader')
|
||
|
|
||
|
@yield('content')
|
||
|
|
||
|
</html>
|