Sindbad~EG File Manager
<div>
<div class="col-md-12 card">
<div class="card-body">
<table class="table table-bordered" id="example">
<thead>
<tr>
<th>Notificacioón</th>
<th>Fecha</th>
<th>Acción</th>
</tr>
</thead>
<tbody>
@foreach($notificaciones as $noti)
<tr>
<td>{{$noti->mensaje}}</td>
<td>{{ \Carbon\Carbon::parse($noti->created_at)->diffForHumans() }}</td>
<td>
<a href="{{$noti->enlace}}" wire:click="visto({{$noti->id}})">
<button class="btn btn-success"><i class="fas fa-eye"></i></button>
</a>
</td>
</tr>
@endforeach
</tbody>
</table>
<div class="row">
<div class="col-md-12"><br>
{{$notificaciones->links()}}
</div>
</div>
</div>
</div>
</div>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists