@extends('backend.index') @section('content')
@csrf
In {{ __('currency.'. config('settings.currency', 'USD')) }}, numeric only
Trial period time, should be in day, week, month, or year.
{!! makeDropDown( array("D" => "Day", "W" => "Week", "M" => "Month", "Y" => "Year"), "trial_period_format", isset($service) ? $service->trial_period_format : old('trial_period_format') ) !!} Trial period type.
Trial period time, should be in day, week, month, or year.
{!! makeDropDown( array("D" => "Day", "W" => "Week", "M" => "Month", "Y" => "Year"), "plan_period_format", isset($service) ? $service->plan_period_format : old('plan_period_format') ) !!} Plan period type.
{!! makeRolesDropDown('role_id', isset($service) && ! old('role_id') ? $service->role_id : old('role_id'), 'required') !!} You can set permission for any groups by use admin Roles section
@endsection