@foreach($gg->childs as $ggc)
{{ link_to_route('users.tree', $ggc->name, [$ggc->id], ['title' => $ggc->name.' ('.$ggc->gender.')']) }}
@if ($ggccCount = $ggc->childs->count())
+
@foreach($ggc->childs as $ggcc)
@@ -59,6 +71,32 @@
@endif
+
+
+
+
+ @if ($childsTotal)
+
Jumlah Anak
+
{{ $childsTotal }}
+ @endif
+ @if ($grandChildsTotal)
+
Jumlah Cucu
+
{{ $grandChildsTotal }}
+ @endif
+ @if ($ggTotal)
+
Jumlah Cicit
+
{{ $ggTotal }}
+ @endif
+ @if ($ggcTotal)
+
Jumlah Canggah
+
{{ $ggcTotal }}
+ @endif
+ @if ($ggccTotal)
+
Jumlah Wareng
+
{{ $ggccTotal }}
+ @endif
+
+
@endsection
@section ('ext_css')