@extends('layouts.admin') @section('title', 'View Point - EV Charging Network') @section('breadcrumb_title', 'Settings') @section('breadcrumb_sub_title', 'Points') @section('page_title', 'View Point') @section('content')
View detailed information about this point.
{{ $point->name }}
{{ $point->points }} pts
{{ $point->status->value }}
{{ $point->slug }}
{{ $point->created_at->format('M d, Y H:i:s') }}
{{ $point->updated_at->format('M d, Y H:i:s') }}
{{ $point->createdBy->name ?? 'N/A' }}