|
{{ $index + 1 }}
|
{{ $actividad->detalleSolicitudPlanta->subcodigo }}
|
@if ($actividad->detalleSolicitudPlanta->productosPlanta)
{{ $actividad->detalleSolicitudPlanta->productosPlanta->nombre }}
@else
{{ $actividad->detalleSolicitudPlanta->otro }}
@endif
|
{{ $actividad->detalleSolicitudPlanta->user->planta->nombre }}
|
@if ($actividad->tiempo)
{{ \Carbon\Carbon::parse($actividad->tiempo)->format('d/M/y') }}
@endif
|
{{ $actividad->ph }}
|
{{ $actividad->dureza }}
|
{{ $actividad->cloruros }}
|
{{ $actividad->conductividad }}
|
@if ($actividad->estado == 'Analizado')
{{ $actividad->estado }}
@endif
@if ($actividad->estado == 'Pendiente')
{{ $actividad->estado }}
@endif
@if ($actividad->estado == 'certificado')
{{ $actividad->estado }}
@endif
|
@if ($actividad->user_id)
{{ $actividad->user->nombre }}
@endif
|
@if (auth()->user()->role->rolModuloPermisos->where('modulo_id', 31)->where('permiso_id', 3)->isNotEmpty())
@endif
@if (auth()->user()->role->rolModuloPermisos->where('modulo_id', 31)->where('permiso_id', 4)->isNotEmpty())
@endif
|
@endforeach