@extends('layouts.admin') @section('title', 'Create Time Line - EV Charging Network') @section('breadcrumb_title', 'Settings') @section('breadcrumb_sub_title', 'Time Lines') @section('page_title', 'Create Time Line') @section('content')
Create New Time Line

Add a new time line configuration for EV charging stations.

@csrf
@error('name')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
Cancel
@endsection