{{ config('app.currency') . __(' ') . $my_bill }}

{{ __('Total bill') }}

{{ config('app.currency') . __(' ') . $my_payment }}

{{ __('Total payment') }}

{{ config('app.currency') . __(' ') . ($my_bill - $my_payment) }}

{{ __('Total due') }}

{{ config('app.currency') . __(' ') . $bill }}

{{ __('Bill this month') }}

{{ config('app.currency') . __(' ') . $payment }}

{{ __('Payment this month') }}

{{ config('app.currency') . __(' ') . ($bill - $payment) }}

{{ __('Due this month') }}

{{ $my_tickets }}

{{ __('Tickets') }}

{{ $my_open_tickets }}

{{ __('Open tickets') }}

{{ $my_tickets - $my_open_tickets }}

{{ __('Closed tickets') }}