Accepted Connections

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

No connections have been made yet

@endif