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

Account Credits

@if(User::checkCategoryPermission('CreditControl','Edit')) @endif Close

Credit Control
@if($BillingType==AccountApproval::BILLINGTYPE_PREPAID)
@endif
@if($BillingType==AccountApproval::BILLINGTYPE_POSTPAID)
@endif
Balance Threshold

@if(count($AccountBalanceThreshold)) @foreach($AccountBalanceThreshold as $key=>$AccountBalanceThresholdRow) @endforeach @else @endif
Balance Threshold? Email
-
Credit Limit Balance Threshold Created By Created at
@include('accounts.unbilledreportmodal') @stop