@extends ("partials.layout") @section ("title", "Notifications") @section ("content")
You have {{ $unread_notifications }} unread notifications
Actor | Content | Time | Read |
---|---|---|---|
@if ($notification ['type'] == 'Signup')
{{ $notification ['object']->actor->preferredUsername }} @else{{ $notification ['actor']->name }} @endif |
@if ($notification ['type'] == 'Signup')
Joined Ourspace! Say something!! @elseif ($notification ['type'] == 'Follow')Followed you @elseif ($notification ['type'] == 'Unfollow')Unfollowed you @elseif ($notification ['type'] == 'Boost')Boosted this post @elseif ($notification ['type'] == 'Like')Liked this post @elseif ($notification ['type'] == 'Reply')Replied to this post @elseif ($notification ['type'] == 'Mention')Mentioned you in this post @endif |
{{ $notification ['created_at']->diffForHumans () }} |