|
{{__('License Start')}}
|
{{__('License End')}}
|
{{__('Redeemed At')}}
|
{{__('Action')}}
|
|---|---|---|---|
| {!! getDateWithIcon($item->start) !!} | {!! getDateWithIcon($item->end) !!} | {!! getDateWithIcon($item->created_at) !!} | @if(\Carbon\Carbon::now()->lt($item->end)) {{__('Cancel')}} @endif |
| {{__('No Data Found')}} | |||