Email
Tipo de Productor
@if(($data->tipoProductor == null) and (old('tipoProductor') == null))Seleccione @endif
@foreach ($tipoProductor as $productor)
tipoProductor == $productor['id'])) selected @endif value="{{$productor['id']}}">{{ $productor['nombre'] }}
@endforeach
Organizador
tipoProductor == 1) readonly @endif name="codigoOrganizador" class="form-control @if($data->codigoOrganizador != null) completado @endif">
@if(($data->codigoOrganizador == null) and (old('codigoOrganizador') == null))Seleccione @endif
@foreach ($organizadores as $organizador)
codigoOrganizador == $organizador->idUser)) selected @endif value="{{$organizador->idUser}}">{{ $organizador->cuenta }}
@endforeach
Agente Institorio
@if(($data->esAgenteInstitorio === null) and (old('agenteInstitorio') === null))Seleccione @endif
esAgenteInstitorio === 0)) selected @endif value='0'>No
esAgenteInstitorio === 1)) selected @endif value='1'>Si
Ejecutivo de Cuenta
@if(($data->ejecutivoCuenta == null) and (old('ejecutivoCuenta') == null))Seleccione @endif
@foreach($ejecutivos as $ejecutivo)
id)) or ($data->ejecutivoCuenta == $ejecutivo->id)) selected @endif value="{{$ejecutivo->id}}">{{ $ejecutivo->nombreEjecutivo }}
@endforeach
@error('ejecutivoCuenta')
{{$message}}
@enderror
Orden de Distribución
@if(($data->ordenDist == null) and (old('ordenDist') == null))Seleccione @endif
@foreach($valoresOrdenDist as $valores)
ordenDist == $valores['id'])) selected @endif value="{{$valores['id']}}">{{ $valores['nombre'] }}
@endforeach
@error('ordenDist')
{{$message}}
@enderror
Es Cotizador Web
@if(($data->esCotizadorWeb == null) and (old('esCotizadorWeb') == null))Seleccione @endif
@foreach ($esCotizadorWeb as $esCotizador)
esCotizadorWeb == $esCotizador['id'])) selected @endif value="{{$esCotizador['id']}}">{{ $esCotizador['nombre'] }}
@endforeach
Plan Comercial
@if(($data->planComercialId == null) and (old('planComercialId') == null))Seleccione @endif
@foreach ($PlanComercial as $planComercial)
IdPlanComercial)) or ($data->planComercialId == $planComercial->IdPlanComercial)) selected @endif value="{{$planComercial->IdPlanComercial}}">{{ $planComercial->Descripcion }}
@endforeach
Plan Comisional
@if(($data->planComisionalId == null) and (old('planComisionalId') == null))Seleccione @endif
@foreach ($PlanComisional1 as $PlanComisional)
IdPlanComisional)) or ($data->planComisionalId == $PlanComisional->IdPlanComisional)) selected @endif value="{{$PlanComisional->IdPlanComisional}}">{{ $PlanComisional->Descripcion }}
@endforeach
Plan Comisional Organizador
@if(($data->planComercialOrganizadorId == null) and (old('planComercialOrganizadorId') == null))Seleccione @endif
@foreach ($planComisionalOrganizadorId as $planComisionalOrganizador)
IdPlanComisional)) or ($data->planComercialOrganizadorId == $planComisionalOrganizador->IdPlanComisional)) selected @endif value="{{$planComisionalOrganizador->IdPlanComisional}}">{{ $planComisionalOrganizador->Descripcion }}
@endforeach
Perfil
@if(($data->perfilId == null) and (old('perfilId') == null))Seleccione @endif
@foreach ($Perfil as $Perfil1)
IdPerfil)) or ($data->perfilId == $Perfil1->IdPerfil)) selected @endif value="{{$Perfil1->IdPerfil}}">{{ $Perfil1->Descripcion }}
@endforeach
Es Cabeza Grupo
@if(($data->EsCabezaGrupo == null) and (old('EsCabezaGrupo') == null))Seleccione @endif
@foreach ($CabezaGrupo as $EsGrupo)
EsCabezaGrupo == $EsGrupo['value'])) selected @endif value="{{$EsGrupo['value']}}">{{ $EsGrupo['value'] }}
@endforeach
Es Dual
@if(($data->esDual == null) and (old('esDual') == null))Seleccione @endif
@foreach ($Dual as $esDual)
esDual == $esDual['id'])) selected @endif value="{{$esDual['id']}}">{{ $esDual['nombre'] }}
@endforeach
Zona Productor
@if(($data->zonaProductor == null) and (old('zonaProductor') == null))Seleccione @endif
@foreach ($zonaProductor as $zona)
zonaProductor == $zona['id'])) selected @endif value="{{$zona['id']}}">{{ $zona['nombre'] }}
@endforeach
@if(auth()->user()->tipoPersona == 3 and $data->activo == 0)
Auxilio y remolque por separado:
@if(($data->auxilio_remolque_separado == null) and (old('auxilio_remolque_separado') == null))NO @endif
auxilio_remolque_separado == 'NO')) selected @endif value="NO">NO
auxilio_remolque_separado == 'SI')) selected @endif value="SI">SI
Usuario de Extranet:
@endif
Búsqueda de Pólizas
NO
codigoProdEquis == $data->codigoProdEquis) selected @endif value="SI">SI
@endif
@if(auth()->user()->tipoPersona == 3)
Guardar Solicitud
@endif
@if(auth()->user()->tipoPersona < 3)
@if($data->activo == 0)
Guardar Solicitud
@endif
@if($data->activo > 0)
Su solicitud fue recibida por un auditor, no se permiten realizar modificaciones en esta instancia
@endif
@endif
@if ((auth()->user()->tipoPersona == 3) and ($data->activo > 0))
@endif