{{ __('Account Summary') }}

{{ __('Balance') }} @if(auth()->user()->balance > 0) {{ number_format(auth()->user()->balance, 2) }} {{__('ils')}} @else {{ number_format(auth()->user()->balance, 2) }} {{__('ils')}} @endif {{-- --}} {{-- {{ number_format(auth()->user()->balance, 2) }} {{__('ils')}}--}} {{-- --}}
{{-- --}} {{ __('Allowed Balance') }} {{ number_format(auth()->user()->allowed_negative_balance, 2) }} {{__('ils')}}
{{ __('Total Balance') }} {{ number_format(auth()->user()->balance + auth()->user()->allowed_negative_balance, 2) }} {{__('ils')}} {{-- --}} {{-- {{ number_format(auth()->user()->balance + auth()->user()->allowed_negative_balance, 2) }} {{__('ils')}}--}} {{-- --}}