osb/resources/theme/backend/adminlte/layouts/auth.blade.php

8 lines
91 B
PHP
Raw Normal View History

<!DOCTYPE html>
<html>
@include('layouts.partials.htmlheader')
@yield('content')
</html>