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