@extends('layouts.layout-2') @section('content')
{{__('team.business')}} {{__('team.structure')}}
{!! Form::open(['action' => route('admin_business_structure'), 'class' => 'form-horizontal', 'id'=>'form_filter_business_user']) !!}
{!! Form::close() !!}
{!! $TreeCalcBot->makeHtmlTree() !!}
@if($TreeCalcBot->isParentless())

Berater ohne Sponsor
{!! $TreeCalcBot->makeParentlessHtml() !!}
@endif
@endsection