| @trans('crm.Team Name') | @trans('crm.Members') | @trans('crm.Status') | @trans('crm.Actions') |
|---|---|---|---|
|
{{ $team->name }}
{{ $team->description }}
|
{{ $team->users_count }} @trans('crm.Members') | @if($team->is_active) @trans('crm.Active') @else @trans('crm.Inactive') @endif | @trans('crm.Edit') |
| @trans('crm.No teams found') | |||