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

{{__('Account Balances')}}

@if(config('variable.currency_format')=='suffix') @else @endif @if(config('variable.currency_format')=='suffix') @else @endif
{{trans('file.Account')}}{{trans('file.Balance')}} ({{config('variable.currency')}})({{config('variable.currency')}}) {{trans('file.Balance')}}
{{trans('file.Total')}} ({{config('variable.currency')}})({{config('variable.currency')}}) {{trans('file.Total')}}
@endsection @push('scripts') @endpush