@extends('layouts.app') @section('title', 'Connection Types') @section('content')
Manage connection types and their configurations
@if(isset($isSuperAdmin) && $isSuperAdmin) Showing all connection types (Super Admin) @else Showing your ISP's connection types @endif
| ID | Type Name | Description | Status | Created | Actions |
|---|---|---|---|---|---|
|
{{ $connectionType->id }}
|
{{ $connectionType->name }}
|
{{ $connectionType->description ?: '-' }} | @if($connectionType->is_active) Active @else Inactive @endif | {{ $connectionType->created_at->format('M d, Y') }} | |
No Connection Types FoundGet started by creating your first connection type. Add First Connection Type |
|||||