This commit is contained in:
2026-07-26 03:18:36 +04:00
parent 4a41127585
commit 5495e40539
4 changed files with 3 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

+1
View File
@@ -2,6 +2,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="{{ asset('moonwell-icon-512.ico') }}">
@vite('resources/js/app.js')
<x-inertia::head />
</head>
+1
View File
@@ -4,6 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="csrf-token" content="{{ csrf_token() }}" />
<link rel="icon" type="image/x-icon" href="{{ asset('moonwell-icon-512.ico') }}">
<title>{{ config('moonwell.realm.server_name') }} Лунный Колодец</title>
<meta name="description" content="{{ config('moonwell.realm.tagline') }}">
+1 -1
View File
@@ -1,6 +1,6 @@
<!doctype html>
<html lang="ru">
<head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Переход к оплате</title></head>
<head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="icon" type="image/x-icon" href="{{ asset('moonwell-icon-512.ico') }}"><title>Переход к оплате</title></head>
<body>
<p>Переходим к пополнению…</p>
<form id="robokassa-payment" method="POST" action="{{ $paymentUrl }}">