@if (env('Environment') == 'sendbox')
@endif
@if (@helper::checkaddons('coupon')) @if (!empty(helper::getoffers()) && count(helper::getoffers()) > 0) @endif @endif
{{ trans('labels.offers') }}
@foreach (helper::getoffers() as $offers) @php $count = helper::getcouponcodecount($offers->offer_code); @endphp @if ($offers->usage_type == 1) @if ($count < $offers->usage_limit)
{{ $offers->offer_code }} @if (request()->is('checkout'))

{{ trans('labels.copy_code') }}

@endif
{{ $offers->offer_name }}

{{ $offers->description }}

@endif @else
{{ $offers->offer_code }} @if (request()->is('checkout'))

{{ trans('labels.copy_code') }}

@endif
{{ $offers->offer_name }}

{{ $offers->description }}

@endif @endforeach