@php $hero = get_theme_hero('kindergarten'); $sliders = $hero->sliders ?? []; $students = get_all_student('3') ?? []; $totalStudents = get_all_student()?->count() ?? 0; $studentsInThousands = number_format($totalStudents / 1000, 1); $adjustedStudentCount = $totalStudents - 1; @endphp @if (count($sliders) > 0)
{{ $description }}
@endif @if (!empty($button)) {{ $buttonTranslations['name'] ?? ($button['name'] ?? '') }} @endif @if (count($students) > 0)