@extends('layouts.admin') @section('title', 'Create Charging Point - EV Charging Network') @section('breadcrumb_title', 'Charging Points') @section('breadcrumb_link', route('charging-points.index')) @section('breadcrumb_sub_title', 'Create') @section('page_title', 'Create New Charging Point') @section('content')
Location Information

Enter the latitude and longitude coordinates for the charging point location. The system will check for existing charging points within 50 meters.

@if (session('error')) @endif
@csrf
@error('latitude')
{{ $message }}
@enderror Enter the latitude coordinate (e.g., 40.7128)
@error('longitude')
{{ $message }}
@enderror Enter the longitude coordinate (e.g., -74.0060)
Back to List
@endsection