Liste des Notifications
@if($notif->count() > 0)
| # |
title |
Content |
Actions |
@foreach($notif as $notf)
| {{ $notf->id }} |
{{ $notf->title }} |
{{ $notf->content }} |
|
@endforeach
{{ $notif->links('pagination::bootstrap-4') }}
@else
Données non disponibles ...
@endif