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

Add a new reward point type to the system.

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