@if(old('discount_type', $isEdit ? $clientDiscount->discount_type : '') == 'Percentage' || !$isEdit)
%
@else
$
@endif
@error('amount')
{{ $message }}
@enderror
@if(old('discount_type', $isEdit ? $clientDiscount->discount_type : '') == 'Percentage')
Enter percentage (0-100)
@else
Enter fixed amount
@endif