@forelse ($coupon_histories as $index => $coupon_history) @empty @endforelse
{{ __('SN') }} {{ __('Coupon Code') }} {{ __('Discount Amount') }} {{ __('Date') }}
{{ ++$index }} {{ $coupon_history?->coupon_code }} {{ currency($coupon_history?->discount_amount) }} {{ formattedDateTime($coupon_history?->created_at) }}