@extends('layouts.master') @section('title') @lang('translation.Charging Equipment') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Charging Equipment @endslot @slot('title') Add Charging Equipment @endslot @endcomponent
Asset Details

{{ isset($chargingEquipment->product) ? $chargingEquipment->product->product_type :'' }}
{{ $chargingEquipment->model_name }}
{{ $chargingEquipment->charging_equipment_type }}
{{ $chargingEquipment->vin_number }}

Asset Documents

@if(isset($chargingEquipment->images)) @foreach($chargingEquipment->images as $images) {{ $images->saved_as }} @endforeach @endif
OEM/Dealer Details

{{ isset($chargingEquipment->vendorOem) ? $chargingEquipment->vendorOem->vendor_oem :'' }}
{{ isset($chargingEquipment->chargingEquipmentDealer) ? $chargingEquipment->chargingEquipmentDealer->chargingEquipment_dealer :'', }}
{{ $chargingEquipment->purchased_invoice_number }}
{{ $chargingEquipment->purchased_date }}
Parts

@if(isset($chargingEquipment->parts)) @if(isset($chargingEquipment->parts[0])) @foreach($chargingEquipment->parts as $parts)
{{ $parts->product->product_type }}
{{ $parts->part_id}}
@endforeach @else

No Parts Added yet

@endif @else

No Parts Added yet

@endif
Assign Location

{{ isset($chargingEquipment->location) ? $chargingEquipment->location->location :'', }}
{{ isset($chargingEquipment->city) ? $chargingEquipment->city->city :'', }}
{{ isset($chargingEquipment->district) ? $chargingEquipment->district->district :'', }}
{{ isset($chargingEquipment->state) ? $chargingEquipment->state->state :'', }}
{{ isset($chargingEquipment->zone) ? $chargingEquipment->zone->zone :'', }}
Service Maintenance Plan

@if(isset($chargingEquipment->servicePlan)) @if(isset($chargingEquipment->servicePlan[0])) @foreach($chargingEquipment->servicePlan as $servicePlan)
{{ isset($servicePlan->maintenanceTyp) ? $servicePlan->maintenanceType->maintenance_type : '' }}
{{ isset($servicePlan->duration) ? $servicePlan->duration->duration : '' }}
{{ $servicePlan->maintenance_duration_date }}
{{ $servicePlan->maintenance_cost }}
{{ $servicePlan->service_reminder }}
{{ $servicePlan->service_reminder_date }}
@endforeach @else

No Service Maintenance Plan and schedule added yet

@endif @else

No Service Maintenance Plan and schedule added yet

@endif
Insurance Plan

@if(isset($chargingEquipment->insurancePlan)) @if(isset($chargingEquipment->insurancePlan[0])) @foreach($chargingEquipment->insurancePlan as $insurancePlan)
{{ isset($insurancePlan->insuranceType) ? $servicePlan->insuranceType->insurance_type : '' }}
{{ isset($insurancePlan->duration) ? $insurancePlan->duration->duration : '' }}
{{ $insurancePlan->insurance_duration_date }}
{{ $insurancePlan->service_reminder }}
{{ $insurancePlan->service_reminder_date }}
@endforeach @else

No Insurance Plan an schedule added yet

@endif @else

No Insurance Plan an schedule added yet

@endif
@endsection @section('modal') @endsection @section('script') @endsection