@extends('layouts.admin') @section('title', 'Charging Point View - EV Charging Network') @section('breadcrumb_title', 'Charging Points') @section('breadcrumb_sub_title', 'View') @section('page_title', 'Charging Point View') @php $status = $chargingPoint->status; @endphp @if ($status == 0) @section('breadcrumb_link', route('charging-points.requests')) @else @section('breadcrumb_link', route('charging-points.index')) @endif @section('content')
This charging point has been merged into the main charging point below.
No Location Image
{{ $chargingPoint->description ?? '' }}
| {{ $timeLine->name }} | @if ($timeLine->from === '00:00:00' && $timeLine->to === '23:59:00') 24 Hours @elseif($timeLine->from === $timeLine->to) Closed @else {{ date('H:i', strtotime($timeLine->from)) }} - {{ date('H:i', strtotime($timeLine->to)) }} @endif |
No Location Image
{{ $chargingPoint->mergedTo->description ?? '' }}
| {{ $timeLine->name }} | @if ($timeLine->from === '00:00:00' && $timeLine->to === '23:59:00') 24 Hours @elseif($timeLine->from === $timeLine->to) Closed @else {{ date('H:i', strtotime($timeLine->from)) }} - {{ date('H:i', strtotime($timeLine->to)) }} @endif |
The main charging point this was merged into could not be found.
Manage duplicate charging point requests for review and approval.
{{ $duplicateChargingPoint->description ?? 'Location not specified' }}
| {{ $timeLine->name }} | @if ($timeLine->from === '00:00:00' && $timeLine->to === '23:59:00') 24h @elseif($timeLine->from === $timeLine->to) Closed @else {{ date('H:i', strtotime($timeLine->from)) }}-{{ date('H:i', strtotime($timeLine->to)) }} @endif |