@props(['item' => new \App\Models\Item()])

Review {{ ucfirst($application->type) }}

@foreach ($item->form->formSections->sortBy('order_index') as $formSection)
@include('pages.company.items.partials.review.base', ['alphabetIndex' => $loop->index])
@endforeach
@include('pages.company.products.partials.review.contact-person')