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