@php /** * @var \App\Domain\MasterData\Models\Discount $discount * @var list<\App\Domain\MasterData\Enums\DiscountType> $types */ @endphp
{{ __('A percentage (0-100) or a fixed currency amount, depending on the type above.') }}
{{ __('Used :count times so far.', ['count' => $discount->used_count]) }}
@endif