@lang('discount.EditDiscount')
@if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@csrf @method('PUT')
@lang('validation.Entername_ar')
@lang('validation.Entername_en')
@lang('validation.EnterDiscountValue')
@lang('validation.EnterStartDate')
@lang('validation.EnterEndDate')

@lang('discount.Type')

type) === 'percentage' ? 'checked' : '' }} required>
type) === 'fixed' ? 'checked' : '' }} required>

@lang('discount.IsActive')

is_active) ? 'checked' : '' }} required>
is_active) ? 'checked' : '' }} required>
@lang('validation.SelectBranches')