@extends('layouts.master') @section('title') @lang('translation.Charging Equipment') @endsection @section('css') @endsection @section('content')

charging Equipment - subscriptions details

@if($chargingEquipment->id)
@method('put') @else @endif @csrf
Create / Edit Charging Equipment Subscription Details
Required
Required
Required

Subscription Policy

Product
Select the product that you want to create subscription for
Required
Required
Required
Required
Required
Required
Base Plan Price
The cost or the amount of money that the business will charge (excluding the tax). Tax will be computed based on the locations’ taxes
Required
Required
have_convenience_price == "Yes" ? 'checked' : '' }} />
Please enter the amount with decimals. e.g : 199.00 / 99.50
Required
have_delivery_charge == "Yes" ? 'checked' : '' }} />
Please enter the amount with decimals. e.g : 199.00 / 99.50
Required
Renewal Type
Based on the below choice the subscription plan will be created. One subscription will have only one Renewal type.
base_plan == "KWH Units" ? 'checked' : '' }}/> ( The users will need to choose the Units and pay through the wallet to book)
base_plan == "Duration" ? 'checked' : '' }} required/> ( The users will be able to choose by duration in minutes and the system should convert the duration into KWH and cost based on the type of charger )
base_plan == "Cost" ? 'checked' : '' }} required/> ( The users will use the product until the wallet money is available. Once the wallet dose not have enough balance, the product will lock)
Required
By KWH Units
The users will be able to choose the KWH Units in the customer app the system should convert the units into duration and cost based on the type of charger from the product details
Select the charging Units for this subscription plan
By Duration
The users will be able to choose by duration in minutes and the system should convert the duration into KWH and cost based on the type of charger from the product
Select the charging during for this subscription plan
Cost Slab
Set the cost slab for a minimum order. If this is not filled, the user will be charged by minutes and the base fare.
Select the charging Units for this subscription plan
Location / Regions
The location where the plan is applicable
@if($chargingEquipment->location->count() > 0) @foreach($chargingEquipment->location as $locationReg)
Please choose the location
Add the amount as required to the location and cliend relationship
Required
Add the amount as required to the location and client relationship
Required
Add the amount as required to the location and client relationship
Required
@endforeach @else
Please choose the location
Add the amount as required to the location and cliend relationship
Required
Add the amount as required to the location and client relationship
Required
Add the amount as required to the location and client relationship
Required
@endif
Terms & Condition
Set Terms and condition for this plan
@if(isset($chargingEquipment->terms[0])) @foreach($chargingEquipment->terms as $terms)
Choose an image of zice 200 x 200 to upload as icon
@endforeach @else
Choose an image of zice .. to upload as icon
@endif
Cancel
@endsection @section('script') @endsection