leenooks/resources/themes/adminlte/views/layouts/auth.blade.php

8 lines
101 B
PHP
Raw Normal View History

2018-04-23 07:45:21 +00:00
<!DOCTYPE html>
<html>
@include('adminlte::layouts.partials.htmlheader')
@yield('content')
</html>