@if(in_array(\App\Models\Services::OPTION_TIMESTART,$options))
@endif
@if(in_array(\App\Models\Services::OPTION_TIMEEND,$options))
@endif
@if(in_array(\App\Models\Services::OPTION_DAYSTART,$options))
@endif
@if(in_array(\App\Models\Services::OPTION_DAYEND,$options))
@endif
@if(in_array(\App\Models\Services::OPTION_NUMBERDAYS,$options))
@endif
@if(in_array(\App\Models\Services::OPTION_DAYWORKING,$options))
@endif
@if($service->bundle && $service->group_services)
@endif
@if($service->hasComboService())
@foreach($service->comboService() as $combo_service)
@endforeach
@endif