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
2017-12-03 16:03:57 +11:00

8 lines
91 B
PHP

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