Listado de Notificaciones

{{-- {{$message_relations ?? ''}} --}}
{{--
--}}
@if (!is_null($data) && count($data) > 0)
@foreach ($data as $r) @endforeach
Nombre Cuerpo correo Asunto correo Última modificación Editar Estado
{{ $r->nombre }}
{{ $r->cuerpo_correo }}
{{ $r->asunto_correo }} {{ $r->updated_at }} editar
{{-- PAGINACION --}} @if ($data->hasPages())
Mostrando {{ $data->firstItem() }} a {{ $data->lastItem() }} de {{ $data->total() }} resultados
{{ $data->links() }}
@endif
@else No se han registrado dependencias @endif
@include('livewire.notification-certificate.includes.edit-notificacion-ceritificate')