@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')
Plug Types Management

Manage electric vehicle charging plug types and their configurations.

@php $i = 1; @endphp @forelse($plugTypes as $plugType) @empty @endforelse
@endsection @section('scripts') @endsection