|
{{ ltrim($actividad->detalleSolicitudPlanta->subcodigo, '0') }}
|
@if ($actividad->detalleSolicitudPlanta->productosPlanta)
{{ $actividad->detalleSolicitudPlanta->productosPlanta->nombre }}
@else
{{ $actividad->detalleSolicitudPlanta->otro }}
@endif
|
{{ $actividad->detalleSolicitudPlanta->user->planta->nombre }}
|
{{ \Carbon\Carbon::parse($actividad->detalleSolicitudPlanta->fecha_vencimiento)->format('d/M/y') }}
|
{{ $actividad->detalleSolicitudPlanta->lote }}
|
@if ($actividad->tiempo)
{{ \Carbon\Carbon::parse($actividad->tiempo)->format('d/M/y') }}
@endif
|
{{ $actividad->temperatura }}
|
{{ $actividad->por_hum_rel }}
|
{{ $actividad->act_agua }}
|
@if ($actividad->estado == 'Analizado')
{{ $actividad->estado }}
@endif
@if ($actividad->estado == 'Pendiente')
{{ $actividad->estado }}
@endif
@if ($actividad->estado == 'certificado')
{{ $actividad->estado }}
@endif
|
{{ $actividad->observaciones }}
|
@if ($actividad->user_id)
{{ $actividad->user->nombre }}
@endif
|
@if (auth()->user()->role->rolModuloPermisos->where('modulo_id', 27)->where('permiso_id', 3)->isNotEmpty())
@endif
@if (auth()->user()->role->rolModuloPermisos->where('modulo_id', 27)->where('permiso_id', 4)->isNotEmpty())
@endif
|
@endforeach