@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')
Point Details

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') }}

@if($point->createdBy)

{{ $point->createdBy->name ?? 'N/A' }}

@endif
@endsection