@php($handlerDescriptions = $handlerDescriptions ?? []) @php($activeFormContext = $activeFormContext ?? null) @php($showCreateErrors = !$activeFormContext || $activeFormContext === 'create') @php($createAdvancedOpen = old('region_scope') || old('country_scope') || (old('handler') && old('handler') !== 'generic_list') || ($showCreateErrors && ($errors->has('region_scope') || $errors->has('country_scope') || $errors->has('handler'))))