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