HEX
Server: nginx/1.24.0
System: Linux prod-btpayments-io 6.14.0-1018-aws #18~24.04.1-Ubuntu SMP Mon Nov 24 19:46:27 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.3.19
Disabled: NONE
Upload Files
File: /var/www/BtPayments/BtPayments-platform/resources/views/portal/_layouts/layout-home.blade.php
<!DOCTYPE html>
<html lang="en" data-bs-theme="">
<head>
  @include('portal._layouts._header')

  <!-- Title -->
  <title>BtPayments Platform</title>
  <meta name="description" content="BtPayment: Quick setup with 60+ Cryptos, 130+ Wallets, Shopify, WordPress, WooCommerce, Magento - get crypto payments running in 1 hour.">
  <meta name="keywords" content="BtPayments, crypto payments, payment gateway, USDT, BTC, ETH">
</head>
<body>
  @yield('MainContent')

  @include('portal._layouts._footer')
</body>
</html>