@if($notifications->isEmpty())
@else
@foreach($notifications as $notification)
id }}, '{{ $notification->url }}')"
x-show="!deleted.includes({{ $notification->id }})">
{{ $notification->title }}
{{ $notification->message }}
{{ $notification->created_at->diffForHumans() }}
@if(!$notification->read_at)
@endif
@endforeach
{{ $notifications->links() }}
@endif