@extends('layouts.admin') @section('content')
| # | User Name | Total Connections | Actions | |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $connection->full_name ?? 'N/A' }}
{{ $connection->company ?? 'N/A' }} {{ $connection->designation ?? 'N/A' }} |
{{ $connection->email ?? 'N/A' }} | {{ $connection->total_connections }} | View |
| No connections found. | ||||