@lang('Invite your colleagues and
collaborators to join your team and
maximize the benefits of AI.')

@lang('Add a New Member') @if (!$subscription || $user?->relationPlan?->is_team_plan == 0) @lang('Upgrade Team Plan') @endif

@lang('Team Members')

{{ $app_is_demo ? 4 : $team->members->count() }}

@lang('Allowed Seats'): {{ $app_is_demo ? 2 : $team->allow_seats }}

@lang('Total Words Generated'): {{ $app_is_demo ? 2400 : $team->members?->sum('used_word_credit') }}

@lang('Total Images Generated'): {{ $app_is_demo ? 2400 : $team->members?->sum('used_image_credit') }}