Sibling Guardian List

@foreach ($uniqueParents as $parent) @endforeach
# Father Name Mother Name Student Count
{{ $loop->iteration }} {{ $parent->father_name }} {{ $parent->mother_name }} {{ $parent->students_count }}