@php $students = get_all_student('4'); $hero = get_theme_hero('digital-education'); $sliders = $hero->sliders ?? []; $totalStudents = get_all_student()?->count() ?? 0; $studentsInThousands = number_format($totalStudents / 1000, 1); $adjustedStudentCount = $totalStudents - 1; @endphp
@if (!empty($sliders) && is_iterable($sliders)) @endif