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>