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

Battery Swap - subscriptions details

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

Subscription Policy

Product
Select the product that you want to create subscription for
Required
Required
Required
Required
Required
Required
Required
Base Plan Price
The cost or amount of money that a subscriber will pay
Required
have_convenience_price == 'Yes' ? 'checked' : '' }} /> have_convenience_price == 'No' ? 'checked' : '' }} />
Please enter the amount with decimals. e.g : 199.00 / 99.50
Required
have_delivery_charge == 'Yes' ? 'checked' : '' }} /> have_delivery_charge == 'No' ? 'checked' : '' }}/>
Please enter the amount with decimals. e.g : 199.00 / 99.50
Required
Renewal Type
Based on the choice the customer will be able to use this product
base_plan == "Prepaid" ? 'checked' :'' }}/> (The user will pay the with or without offer before every usage)
base_plan == "Auto Renewing" ? 'checked' : '' }} /> (The user will pay the fixed price once and the plan will auto renew after a fixed period)
base_plan == "Re-Subscribe" ? 'checked' :'' }} /> (The user will use the product until the wallet money is available. Once the wallet does not have enough balance, the product will lock)
base_plan == "Freemium" ? 'checked' :'' }} /> (Allow to use the product for FREE for limited period. Once the period is over, thye plan should change to premium)
Pre-Paid
The user will pay the with or without offer before every usage
Each user will be qable to use the product in these n umber of days
grace_time_hr == 'Yes' ? 'checked' :'' }} /> grace_time_hr == 'No' ? 'checked' :'' }} />
The hrs that customer can use the bike befor locking
lock_bike == '0' ? 'checked' :'' }} />
lock_bike == '1' ? 'checked' :'' }} />
lock_bike == '2' ? 'checked' :'' }} />
Auto Renewing
The will pay the fixed price once and the plan will auto renew after a fixed period
The duration at which the cutomer will be charged with this amount
Grace period allows user to use the product even when the subscription is over and allow to pay with in the grace period. Billing cycle starts at the end of every subscription period
Re-Subscribe
The user will use the product until the wallet money is available. Once the wallet does not have enough balance, the product will lock
grace_time_hr == 'Yes' ? 'checked' :'' }} /> grace_time_hr == 'No' ? 'checked' :'' }} />
The hrs that customer can use the bike befor locking
lock_bike == '0' ? 'checked' :'' }} />
lock_bike == '1' ? 'checked' :'' }} />
lock_bike == '2' ? 'checked' :'' }} />
Freemium
Allow to use the product for FREE for limited period. Once the period is over, thye plan should change to premium
Each user will be qable to use the product in these n umber of days
grace_time_hr == 'Yes' ? 'checked' :'' }} /> grace_time_hr == 'No' ? 'checked' :'' }} />
The hrs that customer can use the bike befor locking
lock_bike == '0' ? 'checked' :'' }} />
lock_bike == '1' ? 'checked' :'' }} />
lock_bike == '2' ? 'checked' :'' }} />
Location / Regions
The location where the plan is applicable
@if(isset($battery->location[0])) @foreach($battery->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($battery->terms[0])) @foreach($battery->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