19 lines
356 B
PHP
19 lines
356 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
@include('partials._meta')
|
|
@include('partials.admin._css')
|
|
{!! ReCaptcha::htmlScriptTagJsApi() !!}
|
|
@notifyCss
|
|
</head>
|
|
|
|
<body>
|
|
@include('notify::components.notify')
|
|
@yield('app')
|
|
@include('partials.auth._js')
|
|
@notifyJs
|
|
</body>
|
|
|
|
</html>
|