@section('title', __('Coupons'))
{{-- new form --}}

{{ __('Create Coupon') }}

{{ __('Empty for unlimited times') }}

{{-- products --}} {{-- selected products --}}
{{-- update form --}}

{{ __('Update Option') }}

{{ __('Empty for unlimited times') }}

{{-- products --}} {{-- selected products --}}
{{-- details moal --}}

{{ __('Coupon Details') }}

{{-- discount --}}
@if ($selectedModel) @include('components.table.coupon_discount_price', [ 'model' => $selectedModel, ]) @endif