@extends('layouts.layout-2') @section('content')
{{__('team.business')}} {{__('team.structure')}} v2
{!! Form::open(['action' => route('admin_business_optimized_structure'), 'class' => 'form-horizontal', 'id'=>'form_filter_business_user']) !!}
{!! Form::close() !!} @if(config('app.debug') && isset($performance))
Ladezeit: {{ $performance['execution_time'] }}ms
Memory: {{ $performance['memory_used'] }}
Users: {{ $performance['user_count'] }}
Ohne Sponsor: {{ $performance['parentless_count'] }}
@endif
@if(config('app.debug'))
Original Version @if(isset($forceLiveCalculation) && $forceLiveCalculation === true) Live berechnen aus @else Live berechnen @endif
@endif
{!! $TreeCalcBot->makeHtmlTree() !!}
@if($TreeCalcBot->isParentless())

Berater mit abgelaufenem Account {{ count($TreeCalcBot->__get('parentless')) }}
{!! $TreeCalcBot->makeParentlessHtml() !!}
@endif
@endsection