@extends('layouts.admin') @section('title', 'User Details - EV Charging Network') @section('breadcrumb_title', 'Management') @section('breadcrumb_sub_title', 'User Details') @section('page_title', 'User Details') @section('content')
{{ $user->email }}
{{ $user->contact }}
| Reference | Name | Location | Status | Created |
|---|---|---|---|---|
| {{ $chargingPoint->ref_no }} | {{ $chargingPoint->name }} | {{ $chargingPoint->address }} | {{ ucfirst($chargingPoint->admin_status) }} | {{ $chargingPoint->created_at->format('M d, Y') }} |