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

Required
Required
Required
Required

Asset Documents

Drop files here or click to upload.

OEM/Dealer Details

Required
Required
Required
Required
Add Parts

@if(isset($battery->parts)) @if(isset($battery->parts[0])) @foreach($battery->parts as $parts)
@endforeach @else

No Parts Added yet

@endif @else

No Parts Added yet

@endif
Assign Location

Required
Required
Required
Required
Required
Service Maintenance Plan

@if(isset($MaintenanceTypeList[0]))
@if(isset($battery->servicePlan)) @foreach($battery->servicePlan as $servicePlan)
@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($insuranceTypeList[0]))
@if(isset($battery->insurancePlan)) @foreach($battery->insurancePlan as $insurancePlan)
@endforeach @else

No Insurance Plan an schedule added yet

@endif
@else

No Insurance Plan an schedule added yet

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