Received Notifications

@if ($received->count() > 0) @foreach($received as $connection) @php $key = 'notification-received-' . $connection->id; @endphp
@endforeach @else

No connection requests received or pending

@endif

Sent Notifications

@if ($sent->count() > 0) @foreach($sent as $connection) @php $key = 'notification-sent-' . $connection->id; @endphp
@endforeach @else

No connection requests sent or pending

@endif

Messages

@if ($unreadMessages->count() > 0)
@foreach($unreadMessages as $chat) @endforeach
@else

No unread messages

@endif