Файловый менеджер - Редактировать - /home/c7lekhnath/silverray.com.au/Modules/Wallet/resources/views/payment.blade.php
Назад
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Wallet module</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"> <script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script> <link rel="stylesheet" href="{{ asset('global/toastr/toastr.min.css') }}"> <script src="https://www.google.com/recaptcha/api.js" async defer></script> </head> <body> <div class="container text-center"> <h1 class="my-5">Wallet module</h1> @include('wallet::payment_basic') @include('wallet::payment_addon') </div> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script> <script src="{{ asset('global/toastr/toastr.min.js') }}"></script> <script> @if(Session::has('messege')) var type="{{Session::get('alert-type','info')}}" switch(type){ case 'info': toastr.info("{{ Session::get('messege') }}"); break; case 'success': toastr.success("{{ Session::get('messege') }}"); break; case 'warning': toastr.warning("{{ Session::get('messege') }}"); break; case 'error': toastr.error("{{ Session::get('messege') }}"); break; } @endif </script> @if ($errors->any()) @foreach ($errors->all() as $error) <script> toastr.error('{{ $error }}'); </script> @endforeach @endif @stack('js') </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.3.20 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка