@if (session('success'))
@svg('check', 'h-4 w-4 stroke-primary-500')
{{ session('success') }}
@endif
@if (session('error'))
@svg('error', 'h-4 w-4 stroke-primary-500')
{{ session('error') }}
@endif
@if ($isDiscountCodeAdded)
@else
{{ __('Add Discount') }}
@endif