ID |
Title |
Message |
Created Date |
Actions |
@if(count($notifications)>0)
@foreach ($notifications as $notification)
{{ $notification->id }} |
{{ $notification->title }} |
{!! Str::words(strip_tags($notification->message), 10, ' ...') !!} |
{{ $notification->created_at }} |
|
@endforeach
@else
There are no data. |
@endif
{{-- $notifications->links() --}}
{{ $notifications->appends(request()->query())->links() }}