@props([
'spinnerColor' => theme('global', 'spinnerColor'),
'spinnerTextColor' => theme('global', 'spinnerTextColor'),
])
{{ __('Dashboard') }}
@php
if (isset($message)) {
$message = ',
' . $message;
} else {
$message = '';
}
if ($billingProvider === 'stripe') {
$text = __('Awaiting
Stripe confirmation');
} elseif ($billingProvider === 'paddle') {
$text = __('Awaiting
Paddle confirmation');
} elseif ($billingProvider === 'lemonsqueezy') {
$text = __('Awaiting
Lemon Squeezy confirmation');
} elseif ($billingProvider === 'nowpayments') {
$text = __('Awaiting
NOWPayments confirmation');
}
@endphp