@if (Session::get('tenant_subscribtion_data')['discount_coupons']['belongs_to_subscribtion'] == true && Session::get('tenant_controle_modules')['discount_coupons'] == 1)
@if (sizeof($coupons) > 0)
@else
@endif
@else
{{ translate('Upgrade now') }}
@endif
|
{{ translate('Coupon code') }} | {{ translate('Apply on') }} | {{ translate('Active') }} | {{ translate('Start date') }} | {{ translate('End date') }} | {{ translate('Options') }} | |
---|---|---|---|---|---|---|---|
|
{{-- {{ $key + 1 + ($coupons->currentPage() - 1) * $coupons->perPage() }} | --}}{{ $coupon->coupon_code }} | {{ translate($types[$coupon->type]) }} | @if ($coupon->active == 1) {{ translate('Enabled') }} @else {{ translate('Disabled') }} @endif | {{ $coupon->start_date }} | {{ $coupon->end_date }} |
{{ $coupons->links() }}
 }})
{{ translate('You need to upgrade to use this feature.') }}
{{ translate('Please Upgrade to use this feature.') }}
{{ translate('Upgrade now') }}