12 lines
200 B
PHP

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