@if (!empty($this->consultardetalles($this->globalidseguimiento)))
@if ($this->consultardetalles($this->globalidseguimiento)->estado=="ENTREGADA")
@endif
@endif
@if (!empty($this->consultaraprobacioncli()))
@if (($this->consultaraprobacioncli()->costo_muestra)=="SI" && ($this->consultaraprobacioncli()->aprcosto)==0)
@endif
@endif
@if (!empty($this->consultaraprobacioncli()))
@if (($this->consultaraprobacioncli()->costo_muestra)=="SI" && ($this->consultaraprobacioncli()->aprcosto)==0)
La muestra no ha sido aprobada
@else
@if (($this->consultaraprobacioncli()->costo_muestra)=="NO")
La muestra no tiene costo adicional.
@else
@if (($this->consultaraprobacioncli()->costo_muestra)=="SI" && ($this->consultaraprobacioncli()->aprcosto)==1)
El costo de la muestra ha sido aprobada el: {{$this->consultaraprobacioncli()->fec_aprobacioncosto}} por: {{$this->consultaraprobacioncli()->usr_aprobacioncosto}}.
@endif
@endif
@endif
@endif
Listado de Seguimientos
| Fecha Seguimiento (d/m/Y) |
Estado |
Observaciones |
Responsable Seguimiento |
@foreach ($this->consultarseguimientoshijos() as $item)
| {{date("d/m/Y", strtotime($item->created_at))}} |
{{$item->estado}} |
{{$item->observaciones}} |
{{$item->usr_created}} |
@endforeach