@extends('layouts.admin') @section('title', 'Points - EV Charging Network') @section('breadcrumb_title', 'System Settings') @section('breadcrumb_sub_title', 'Points') @section('page_title', 'Points') @section('content')
Manage reward points system for electric vehicle charging activities.
| # | Name | Points Value | Status | Actions |
|---|---|---|---|---|
| {{ $i++ }} | {{ $point->name }} | {{ $point->points }} pts | {{ $point->isActive() ? 'Active' : 'Inactive' }} |
|
|
No points found. Create the first one. |
||||