@php $answer = null; $pests_data = []; @endphp @foreach ($order->services as $service)
Servicio - {{ $service->name }}
contract_id ? '' : 'disabled' }}>
@if ($order->propagateByService($service->id)) {!! $order->propagateByService($service->id)->text !!} @else @if ($order->setting && $order->setting->service_description) {!! $order->setting->service_description !!} @endif @endif
@endforeach