@if ($formSubSection->section_name == 'Service Classification')
{{ $application->product_group->parent->parent->name }}
{{ $application->product_group->parent->name }}
{{ $application->product_group->name }}
@else
@foreach ($formSubSection->formDetails->where('is_deprecated', false)->sortBy('order_index') as $formDetail)
@if (View::exists('components.input.' . $formDetail->input_type))
@include('components.input.' . $formDetail->input_type)
@endif
@endforeach
@endif