--}}
{{-- --}}
|
{{ $coupon->code }} |
{{ $coupon->description }} |
{{ date("d-m-Y", strtotime($coupon->start_date)) }} |
{{ date("d-m-Y", strtotime($coupon->end_date)) }} |
{{ $coupon->discount }} |
{{ $coupon->discount_type==1 ? 'flat discount' : 'discount in %' }} |
View
{{-- Edit
Delete --}}
Edit
@if ($coupon->status == 0)
Send
@endif
{{-- @else
Active
@endif --}}
|
@empty