@extends('layouts.app') @section('vendor-style') @endsection {{-- page style --}} @section('page-style') @endsection @section('content')
| Usuario | Tipo Atencion | Visto | Respuesta | Comentar |
|
@if($at->user_turna and $at->user_turna == auth()->user()->rfc)
delete_forever
@endif
{{ $at->usuario->Nombre }}
@if($at->user_turna)
TURNADO POR: {{$at->usuarioTurno->Nombre}} @endif |
@if ($at->tipoAtencion == 'A')
Atención
@else
Conocimiento
@endif
/
@if($at->rAtencion->tipo->tipo == 'Ordinario')
{{ $at->rAtencion->tipo->tipo }} @else{{ $at->rAtencion->tipo->tipo }} @endif @if (!empty($at->indicaciones_turno))Indicaciones de turno: {{ $at->indicaciones_turno }} @endif |
@if ($at->visto == 0) done_all @else done_all @endif |
@foreach ($comentarios as $coment)
@if ($at->user_rfc == $coment->comment_to && ($coment->user_rfc == auth()->user()->rfc || $coment->comment_to == auth()->user()->rfc))
@if ($coment->file_path != 'notfile') @endif {{ $coment->created_at }} Responder→ @if ($res->file_path != 'notfile') {{ $res->created_at }} Responder → |
@if($usV == false) @if ($at->user_rfc == auth()->user()->rfc ) {{-- || $coment->user_rfc == auth()->user()->rfc--}} @else Comentar → @endif @endif |