@extends('frontend.layouts.app') @section('content') @push('styles') @endpush
{{ __('Software Demo Disclosure') }}

{{ __('This site is a software product demo, not a financial service.') }}

{!! __('This domain hosts a publicly accessible demonstration of the :product software product, operated by the software vendor :vendor solely so that prospective business customers can evaluate the product before purchase. No real financial activity takes place here.', [ 'product' => ''.e($productName).'', 'vendor' => $vendorUrl !== '' ? ''.e($vendorName).'' : ''.e($vendorName).'', ]) !!}

@if($isDemo)
{{ __('Demo mode is currently active.') }} {{ __('All accounts, balances, transactions, and payment-gateway credentials shown on this site are seeded test data.') }}
@else
{{ __('Demo mode is currently disabled on this installation.') }} {{ __('This disclosure URL is retained so external trust-and-safety scanners and previously notified reviewers can always resolve an authoritative statement about the domain.') }}
@endif

{{ __('What this site is') }}

  • {{ __('A public, evaluation-only demonstration installation of a commercial Laravel-based digital-wallet software product.') }}
  • {{ __('A vendor-operated showcase used by prospective B2B customers to assess the user interface, admin panel, and modules before purchasing a license.') }}
  • {{ __('A read-only sandbox seeded with fictitious accounts, balances, and transactions for demonstration only.') }}

{{ __('What this site is NOT') }}

  • {{ __('Not a regulated or licensed financial service.') }}
  • {{ __('Not a cryptocurrency investment platform; no investment returns, ROI, profit-sharing, or interest are offered, promised, or paid.') }}
  • {{ __('Not a deposit-taking entity; no real customer funds are accepted, held, or transmitted on this domain.') }}
  • {{ __('Not affiliated with any celebrity, news outlet, exchange, or third-party brand. Any displayed logo or partner reference belongs solely to its respective owner and is used only as illustrative demo content.') }}

{{ __('Vendor & product information') }}

{{ __('Software vendor') }}
@if($vendorUrl !== '') {{ $vendorName }} @else {{ $vendorName }} @endif
{{ __('Product name') }}
{{ $productName }}
@if($salesUrl !== '')
{{ __('Product sales page') }}
@endif @if($supportEmail !== '')
{{ __('Vendor contact') }}
@endif
@if($salesUrl !== '') {{ __('Visit the product page') }} → @endif @if($supportEmail !== '') {{ __('Contact the vendor') }} @endif

{{ __('Trust-and-safety contacts: if you are a hosting provider, brand-protection service, or law-enforcement representative reviewing this domain, please contact the vendor at the address above so we can promptly respond with any clarifications, codebase access, or documentation you require.') }}

@push('scripts') @endpush @endsection