@php $editing = isset($analyseResultTemplate) @endphp
@php $selected = old('analyse_type_id', ($editing ? $analyseResultTemplate->analyse_type_id : '')) @endphp
@foreach($analyseTypes as $value => $label)
@endforeach
@php $selected = old('analyse_result_template_category_id', ($editing ? $analyseResultTemplate->analyse_result_template_category_id : '')) @endphp
@foreach($analyseResultTemplateCategories as $value => $label)
@endforeach