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