{{ __('SN') }} | {{ __('Coupon Code') }} | {{ __('Discount Amount') }} | {{ __('Date') }} |
---|---|---|---|
{{ ++$index }} | {{ $coupon_history->coupon_code }} | {{ currency($coupon_history->discount_amount) }} | {{ formattedDateTime($coupon_history->created_at) }} |
@extends('admin.master_layout') @section('title')
{{ __('SN') }} | {{ __('Coupon Code') }} | {{ __('Discount Amount') }} | {{ __('Date') }} |
---|---|---|---|
{{ ++$index }} | {{ $coupon_history->coupon_code }} | {{ currency($coupon_history->discount_amount) }} | {{ formattedDateTime($coupon_history->created_at) }} |