@php
$alphabetIndex = 0;
@endphp
@foreach ($form->formSections->sortBy('order_index') as $formSection)
@include('pages.apps.evaluation.admin.partials.3-2-1-edit-items-form-section', ['alphabetIndex' => $alphabetIndex++, 'item' => $application->items->first()])
@endforeach