• {!! $branchCallback($branch) !!} @if($useEdit)   @endif @if($useQuickEdit) @endif @if($useDelete) @endif
    @if(isset($branch['children']))
      @foreach($branch['children'] as $branch) @include($branchView, $branch) @endforeach
    @endif