@if(!empty($property->getFirstMediaFile()))
Delete Icon
@endif
@if($property->type == "SD")
Options
@elseif($property->type == "TA" || $property->type == "TF")
Options
@if($property->type == "TF")
@endif
@elseif($property->type == "DP" || $property->type == "SL")
Options
@php $counter = 0; @endphp
@foreach($property->options as $option)
@php $counter++; @endphp
@endforeach
@if(isset($options_count))
@for($i = $counter; $i < $options_count; $i++)
@endfor
@endif
Add Option
@endif