@props(['property', 'tool' => null, 'plan' => null]) @if (!$tool)
merge(['class' => 'form-control']) }} data-child="{{ $property->id }}" id="property_{{ $property->id }}" name="property_{{ $property->id }}" value="{{ $property->value }}" type="text"> {{ $property->description }}
@else
merge(['class' => 'form-control']) }} id="property_{{ $tool->id }}_{{ $property->id }}" name="property_{{ $tool->id }}_{{ $property->id }}" value="{{ isset($plan) ? $tool->planProperty($property->prop_key, $plan->id) : $property->value }}" type="text"> {{ $property->description }}
@endif