13 lines
218 B
PHP
13 lines
218 B
PHP
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>{{ config('app.name') }}</title>
|
||
|
<script>
|
||
|
window.opener.postMessage(@json($result), "{{ url('/') }}")
|
||
|
window.close()
|
||
|
</script>
|
||
|
</head>
|
||
|
<body>
|
||
|
</body>
|
||
|
</html>
|