Notifications {{ $notificationCount }}
@forelse($notifications as $notification) {{-- @dd($notification->task) --}}

New task assigned: {{ $notification->task->title }}

{{ \Carbon\Carbon::parse($notification->notified_at)->diffForHumans() }}

@empty

No new notifications

@endforelse
@if($notificationCount > 0)
@endif