@if($Ugelseleccionada_logo!='')
| # | @if($Cod_Registro_check)Registro | @endif @if($Ugel_check)Ugel | @endif @if($Oficina_check)Oficina | @endif @if($Usuario_check)Usuario | @endif @if($Descripcion_check)Descripcion Problema | @endif @if($Servicio_check)Servicio | @endif @if($Imagen_check)Imagen | @endif @if($Asignado_check)Asignado | @endif @if($Estado_check)Estado | @endif @if($Prioridad_check)Prioridad | @endif @if($Soporte_check)Tipo Soporte | @endif @if($Solucion_check)Solucion | @endif @if($FechaInicio_check)Fecha Inicio | @endif @if($FechaFinal_check)Fecha Final | @endif
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | @if($Cod_Registro_check){{ $row->Cod_Registro }} | @endif @if($Ugel_check){{ $row->Nombre_Ugel }} | @endif @if($Oficina_check){{ $row->Nombre_Oficina }} | @endif @if($Usuario_check){{ $row->Nombres_y_Apellidos_Usuario }} | @endif @if($Descripcion_check){{ $row->Descripcion_problema }} | @endif @if($Servicio_check){{ $row->Nombre }} | @endif @if($Imagen_check)
@if ($row->Imagen)
|
@endif
@if($Asignado_check)
{{ $row->Nombres_y_Apellidos_Tecnico }} | @endif @if($Estado_check){{ $row->Estado }} | @endif @if($Prioridad_check){{ $row->Prioridad }} | @endif @if($Soporte_check){{ $row->Tipo_Soporte }} | @endif @if($Solucion_check){{ $row->Solucion }} | @endif @if($FechaInicio_check){{ $row->Fecha_Inicio }} | @endif @if($FechaFinal_check){{ $row->Fecha_Final }} | @endif