{{translate('Add Your Quantity Base Coupon')}}

@foreach (json_decode($coupon->details) as $keyval => $details)
@if($keyval > 0)

@endif

@endforeach


{{translate('to')}}
@php $count = DB::table('coupon_usages')->where('coupon_id', $coupon->id)->count(); @endphp
Used count: {{$count}}