@extends('dashboard') @section('title','Notificaciones') @section('content')
@forelse($dataNotify as $data) @empty @endforelse
id Mensaje Creado Activo
{{$data->id}} {{$data->message}} {{$data->created_at}} {{$data->active}}
Sin notificación enviada
@include('modulos.notifications.modal') @endsection