@extends('layout.main') @section('content')

Account Service

@include('includes.errors') @include('includes.success')

@if( User::checkCategoryPermission('AuthenticationRule','View')) @if($account->IsCustomer==1 || $account->IsVendor==1) Authentication Rule @endif @endif Close


Invoice Description
Service Billing Cycle
{{Form::select('SubscriptionBillingCycleType',SortBillingType(3),$AccountService->SubscriptionBillingCycleType,array("class"=>"form-control select2"))}}
@include('accountsubscription.index') @include('accountoneoffcharge.index') @include('accounts.cli_tables')
Additional Options
Tariff
{{ Form::select('InboundTariffID', $rate_table , $InboundTariffID , array("class"=>"select2")) }}
{{ Form::select('OutboundTariffID', $rate_table , $OutboundTariffID , array("class"=>"select2")) }}



@if(User::checkCategoryPermission('SMS','View') && !empty(CompanyConfiguration::get('SMS_DISPLAY')) && CompanyConfiguration::get('SMS_DISPLAY') == 1)
{{ Form::select('SMSRateTableID', $sms_rate_table , $SMSRateTableID , array("class"=>"select2")) }}
@endif
@if(AccountBilling::where(array('AccountID'=>$AccountID,'BillingCycleType'=>'manual'))->count() == 0 || !empty($BillingCycleType)) @include('accountdiscountplan.index') @endif
@stop @section('footer_ext') @parent @include('accountdiscountplan.discountplanmodal') @stop