Growth control

Voucher platform

Kelola promo yang tampil di website dan aplikasi mobile tanpa mengubah riwayat pemakaian.

@forelse($coupons as $coupon)
%

{{ $coupon->code }} · {{ $coupon->name }}

{{ $coupon->discount_type === 'percentage' ? $coupon->discount_value.'%' : 'Rp'.number_format($coupon->discount_value,0,',','.') }} · {{ $coupon->usages_count }} penggunaan · hingga {{ $coupon->expires_at->format('d M Y') }} @if($coupon->is_featured) · Carousel @endif

{{ str($coupon->status)->headline() }}Edit@if($coupon->status==='active')
@csrf @method('DELETE')
@endif
@empty
Belum ada voucher platform.
@endforelse