@php
/**
* Expected variables:
* $sectionId (int)
* $activeTypeId (int)
* $availableTypes (Collection of ['type_id','title'])
* $defectTypes (Collection of defect types) - optional
* $sectionColumns (Collection of section columns) - optional
*/
@endphp
@if(isset($editItem))
@endif