Schools List Schools List {{-- Test --}}
@foreach ($schools as $school) @php $selectedSchool = $hasAppliedSchoolsList->where('school_id', $school->id)->reverse()->slice(0, 3); $appliedStandards = $selectedSchool->pluck('standard_id')->toArray(); $standards = $school->standards; @endphp
@endforeach