@if ($item->is_valid)
@if ($item->is_active)
{{ trans('plugins/license-manager::license-manager.activations.active') }}
@else
{{ trans('plugins/license-manager::license-manager.activations.inactive') }}
@endif
@else
{{ trans('plugins/license-manager::license-manager.activations.invalid') }}
@endif