@extends('layouts.admin') @section('title', 'Networks - EV Charging Network') @section('breadcrumb_title', 'System Settings') @section('breadcrumb_sub_title', 'Networks') @section('page_title', 'Networks') @section('content')
Manage electric vehicle charging networks and their configurations.
| # | Name | Status | Actions |
|---|---|---|---|
| {{ $i++ }} | {{ $network->name }} | {{ $network->isActive() ? 'Active' : 'Inactive' }} |
|
|
No networks found. Create the first one. |
|||