@extends('layouts.admin') @section('title', 'Amenities - EV Charging Network') @section('breadcrumb_title', 'System Settings') @section('breadcrumb_sub_title', 'Amenities') @section('page_title', 'Amenities') @section('content')
Manage amenities and facilities available at EV charging stations.
| # | Name | Status | Actions |
|---|---|---|---|
| {{ $i++ }} | {{ $amenity->name }} | {{ $amenity->isActive() ? 'Active' : 'Inactive' }} |
|
|
No amenities found. Create the first one. |
|||