@extends(AdminBaseDashboard::AdminBaseLayout()) @section('title', 'edit'.' '.$acc->name) @section('content')

{{ __('acc::account.charts of account')}}

{{__('acc::account.use standard default account')}}
@if($acc->balance > 0)
{{__('acc::account.the highlighted portion cannot be edited because this account contains a transaction records. to make changes to this account, kindly clear the account balance to') }} {{ CURRENCY_SYMBOL()}}{{ Number_format(0,2) }}
@endif
@endsection