This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
site-base/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>