@php $percent = (float) ($percent ?? 0); $amount = (float) ($amount ?? 0); $base = (float) ($base ?? 0); $amountLabel = $amountLabel ?? __('Earned'); $baseLabel = $baseLabel ?? __('Base Amount'); @endphp
{{ __('Rate') }}
{{ number_format($percent, 2) }}%
{{ $amountLabel }}
{{ currencyFormat($amount) }}
{{ __('Calculated Base') }}
{{ currencyFormat($base) }}
{{ __('Calculated on') }}
{{ $baseLabel }}