diff --git a/resources/views/community.blade.php b/resources/views/community.blade.php
index 90ad99af8..da3244c3b 100755
--- a/resources/views/community.blade.php
+++ b/resources/views/community.blade.php
@@ -533,9 +533,10 @@ class="text-[#1C4DA1] text-2xl md:text-4xl leading-[44px] font-medium font-['Mon
{{-- --}}
@endpush
-@push('scripts')
+@section('extra-js')
@@ -832,6 +834,6 @@ function populateTeacherInfo(teachers, city = null) {
triggerAnimations(target);
});
-@endpush
+@endsection