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