@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.') }}

@if ($discount->exists)

{{ __('Used :count times so far.', ['count' => $discount->used_count]) }}

@endif
exists ? $discount->is_active : true)) />