@php $alphabet = range('A', 'Z'); $alphabetIndex = 0; @endphp @php $alphabetIndex = 0; @endphp
@foreach ($form->formSections->sortBy('order_index') as $formSection)
@include('pages.company.items.partials.form.base', ['alphabetIndex' => $alphabetIndex++])
@endforeach
@include('pages.company.items.partials.form.contact-person')
@include('pages.company.items.partials.form.sales-channel')