@extends('layouts.app') @section('title', 'Connection Types Statistics') @section('content')
View resellers grouped by connection types
|
{{ $item['connection_type']->name }}
@if($item['connection_type']->isp)
({{ $item['connection_type']->isp->name }})
@endif
{{ $item['client_count'] }} Resellers
|
@endforeach
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@if(isset($item['clients'][$i]))
@php $reseller = $item['clients'][$i]; @endphp
-
@endif
|
@endforeach
No connection types available to display.