@extends('layouts.layout-2') @section('content') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (isset($error))
{{ $error }}
@endif

{{ __('navigation.my_team') }}

{{ __('team.business') }} {{ __('navigation.overview') }} @if (isset($performance) && isset($performance['version'])) @if ($performance['version'] === 'Optimized') v2 @elseif($performance['version'] === 'Standard') {{ __('team.standard_monitoring') }} @elseif($performance['version'] === 'Fallback') {{ __('team.fallback') }} @endif @endif
@if (isset($performance) && config('app.debug'))
{{ __('team.loading_time') }} {{ $performance['execution_time'] }}ms
@if (isset($performance['memory_used']))
{{ __('team.memory') }} {{ $performance['memory_used'] }}
@endif @if (isset($performance['user_count']))
{{ __('team.team_size') }} {{ $performance['user_count'] }}
@endif
{{ $performance['version'] }} @if (isset($performance['calculation_type'])) {{ $performance['calculation_type'] }} @endif
@endif
{!! Form::open([ 'action' => route('user_team_members_show'), 'class' => 'form-horizontal', 'id' => 'form_filter_team_user', ]) !!}
{!! Form::close() !!} @if (isset($performance) && config('app.debug'))
@if (isset($optimized) && $optimized) @endif @if (isset($forceLiveCalculation) && !$forceLiveCalculation) @else @endif
@endif
{{ __('team.ID') }} {{ __('team.Ebene') }} {{ __('team.Level') }} {{ __('team.KD') }} {{ __('team.KU') }} {{ __('team.TP') }} {{ __('E-Mail') }} {{ __('First name') }} {{ __('Last name') }} {{ __('team.next_level') }} {{ __('tables.account') }} {{ __('team.bis') }}
@if (isset($performance) && config('app.debug')) @endif @endsection