• {{$notificationCount}}
    {{ __('Notifications') }}
    {{ __('Mark All as Read') }}
    {{ __('New') }}
    @foreach ($notifications as $notification)
    read_at == null) wire:click="markAsRead({{ $notification->id }})" @endif>
    {{$notification->title}}

    {{$notification->title}} {{ __('Message :') }} {{ Str::limit($notification->message, 100) }}

    💬{{$notification->created_at->diffForHumans()}}
    @endforeach
    {{ __('View All') }}