@include('frontend.includes.msg')
| Code / ID |
Type |
Amount / Max amount |
Status |
Created on |
Actions |
{{-- --}}
@foreach($discounts as $key=>$discount)
|
{{$discount->code}} / #{{$discount->id}}
|
@if($discount->type == 0)
Flat Discount
@else
Percentage Discount
@endif
|
{{$discount->amount}} |
@if($discount->status == 0)
Inactive
@else
Active
@endif
|
{{date("F j, Y", strtotime($discount->created_at))}} |
|
{{--
| --}}
@endforeach
{{--
|
|
New
|
11/06/2023 10:53 |
In Progress
|
|
|
|
Sent
|
11/06/2023 10:53 |
Completed
|
|
|
|
Returning
|
11/06/2023 10:53 |
Not Interested
|
|
|
|
Sent
|
11/06/2023 10:53 |
Completed
|
|
--}}