2020-08-02 20:24:38 +10:00

12 lines
183 B
PHP

<!DOCTYPE html>
<html lang="{{ App::getLocale() }}" class="bg-white">
<head>
<meta charset="utf-8">
</head>
<body>
{!! $body !!}
</body>
<footer>
{!! $footer !!}
</footer>
</html>