Título Tarea Estado Tarea Cliente Técnico Leído Fecha Acciones @forelse($querySelectNotification as $notification) {{$notification->data['title']}} {{$notification->data['name']}} {!! badge($notification->data['task_status'], 'esp') !!} {{$notification->data['client_name']}} {{$notification->data['tecnician_name']}} {{$notification->read_at != null ? $notification->read_at->diffForHumans() : ""}} {{$notification->created_at->diffForHumans()}} @if($notification->read_at == null) {!! icons('read') !!} @endif @empty Sin registros para mostrar @endforelse {{$querySelectNotification->links()}} @include('livewire.notification.scripts') @include('components.layouts.partials.sidebar', ['menu' => $this->menu])