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

ANGEL SERVICES - subscriptions details

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

Subscription Policy

Product
Select the product that you want to create subscription for
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
Location / Regions
The location where the plan is applicable
@if($angelService->location->count() > 0) @foreach($angelService->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($angelService->terms[0])) @foreach($angelService->terms as $terms)
Choose an image of zice 200 x 200 to upload as icon
@endforeach @else
Choose an image of zice 200x200 to upload as icon
@endif
Cancel
@endsection @section('script') @endsection