No existe tal necesidad
@elseif (0==1)
No tienes acceso a esta necesidad
@else
NEC_{{$necesidad -> id}} - {{$necesidad -> titulo}}{{$necesidad -> estado_name}}
@foreach ($interaccion as $int)
@if ($int->mensaje == "El estado cambio a resuelta")
@elseif ($int->mensaje == "El estado cambio a abierta")
@elseif ($int->mensaje == "El estado cambio a pendiente")
@elseif ($int->mensaje == "El estado cambio a cerrada")
@elseif ($int->tipo == 6)
@elseif ($int->tipo == 7)
@elseif ($int->tipo == 8)
@elseif($int->tipo == 9)
@elseif($int->tipo == 10)
@else
@if($int->mensaje!="")
@endif
@endif
@endforeach
{{$int->momento}} | {!!nl2br($int->mensaje)!!}
{{$int->momento}} | {!!nl2br($int->mensaje)!!}
{{$int->momento}} | {!!nl2br($int->mensaje)!!}
{{substr($int->momento, 0, -4)}} |
{!!nl2br($int->mensaje)!!}
{{substr($int->momento, 0, -4)}} | {!!nl2br($int->mensaje)!!}
{{substr($int->momento, 0, -4)}} | {!!nl2br($int->mensaje)!!}
{{substr($int->momento, 0, -4)}} | {!!nl2br($int->mensaje)!!}
{{substr($int->momento, 0, -4)}} | {!!nl2br($int->mensaje)!!}
{{substr($int->momento, 0, -4)}} | {!!nl2br($int->mensaje)!!}
{{$int->creador_name}} {{$int->creador_apellido}}
{{substr($int->momento, 0, -4)}}
{!!nl2br($int->mensaje)!!}
{{$necesidad -> solicitante_name}} {{$necesidad -> solicitante_lastname}}
{{substr($necesidad->fecha_solicitud, 0, -4)}}
{!!nl2br($necesidad -> descripcion)!!}
Detalles
Nivel {{$necesidad->nivel}}Responsable:
@if (isset($necesidad -> responsable_name))
Fecha de creacion: {{substr($necesidad->fecha_solicitud, 0, -7)}}
{{$necesidad -> responsable_name}} {{$necesidad -> responsable_lastname}}
@else
No hay responsable
@endif
Fecha de limite: @if($necesidad->fecha_limite
@if (isset($necesidad -> solicitante_name))
Urgencia: @if($necesidad->name=="URGENTE")URGENTE @else {{$necesidad -> name}}
{{$necesidad -> solicitante_name}} {{$necesidad -> solicitante_lastname}}
@else
No hay responsable
@endif
@endif Proyecto:
{{$necesidad -> proyecto_name}}
Participantes:
@foreach($participantes as $participante)
{{$participante -> name}} {{$participante -> lastname}}
@endforeach
Añadir participantes
Usuarios disponibles:
@if(isset($users_disponibles))
@foreach($users_disponibles as $user)
{{$user -> name}} {{$user -> lastname}}
@endforeach
@endif