{{-- Because she competes with no one, no one can compete with her. --}}
@php $seguimientos = $pqr->seguimientos()->orderBy('fecha')->get(); @endphp @forelse ($seguimientos as $item) @empty @endforelse
Fecha Tipo Responsable Nota
{{$item->fecha}} {{$item->tipo}} {{ucwords(strtolower($item->responsable))}} {{strtolower($item->nota)}}
No hay seguimientos para mostrar
@if($pqr->estado !== 'Cerrada' && !($pqr->consultar_bloqueo()))
@can('show-cerrar-pqr') @endcan
@endif {{-- --}}