@props(['students', 'activeChild' => null, 'redirect' => null]) @if ($students->count() > 1)
@csrf @if ($redirect) @endif
@elseif ($activeChild) Viewing: {{ $activeChild->full_name }} @if ($activeChild->classes->first()) · {{ $activeChild->classes->first()->name }} @endif @endif