@foreach($connections as $connection) {{ $connection->full_name . ": " .$connection->num_connections. " email".($connection->num_connections == 1 ? "": "s").". Most recent: ". \Carbon\Carbon::parse($connection->latest_email_date)->toDateString() }} @endforeach