@extends('layouts.admin') @section('title', 'Create New Charging Point - EV Charging Network') @section('breadcrumb_title', 'Charging Points') @section('breadcrumb_sub_title', 'Create New') @section('page_title', 'Create New Charging Point') @section('content')
New Charging Point Details

Create a new charging point at location ({{ $latitude }}, {{ $longitude }}). No existing charging points were found within 50 meters of this location.

@csrf
Basic Information
Location Information
Technical Details
Operating Hours
Plug Types *
@foreach ($plugTypes as $plugType)
@endforeach
Amenities
@foreach ($amenities as $amenity)
id, old('amenities', [])) ? 'checked' : '' }}>
@endforeach
Additional Images
Select up to 3 images to upload. Max size: 2MB each. Supported formats: JPEG, PNG, JPG, GIF
Pricing and Access
Status
Additional Information
Location Image
Upload an image of the charging point location. Max size: 2MB. Supported formats: JPEG, PNG, JPG, GIF
No image uploaded
Back to Location Form
@endsection