@php if (! (bool) config('app.demo', false)) { return; } $vendorName = (string) config('app.demo_vendor_name', 'Coevs'); $vendorUrl = (string) config('app.demo_vendor_url', ''); $productName = (string) config('app.demo_product_name', 'DigiKash'); $salesUrl = (string) config('app.demo_sales_url', ''); $disclosureUrl = url('/demo-disclosure'); /** @var array{label:string,url:string|null}|null $vendorLink */ $vendorLink = $vendorUrl !== '' ? ['label' => $vendorName, 'url' => $vendorUrl] : null; /** @var array{label:string,url:string|null}|null $salesLink */ $salesLink = $salesUrl !== '' ? ['label' => __('View product'), 'url' => $salesUrl] : null; $variant = $variant ?? 'public'; @endphp
$variant === 'public', 'demo-vendor-attribution--admin' => $variant === 'admin', ]) data-demo-vendor-attribution role="contentinfo" aria-label="{{ __('Software vendor demo attribution') }}">

{!! __('This site is a public demo of the :product software product, operated by the software vendor :vendor for evaluation purposes only. No real financial services, deposits, withdrawals, or cryptocurrency investments are offered here. All data displayed is fictitious.', [ 'product' => ''.e($productName).'', 'vendor' => $vendorLink ? ''.e($vendorLink['label']).'' : ''.e($vendorName).'', ]) !!}