{{__('All Coupons listing')}}
ID | Code | Type | Amount | Status | Start Date | End Date | Action |
---|---|---|---|---|---|---|---|
{{$k+1}} | {{$datas->code}} | {{ucfirst($datas->type)}} | {{$datas->amount}} | @if($datas->status=='1') Activated @else De-Activated @endif | {{ dateConvertFormat($datas->start_date) }} | {{ dateConvertFormat($datas->end_date) }} | Edit Delete |
{{__('No record found')}} |