Promosi apotek

Voucher apotek

Atur promo, periode, kuota, dan status voucher dari satu halaman.

@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') }}

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