{{-- Grand Total Start --}}
Total Un-Official Sale {{$transaction->systemSettingCurrency()}} {{ $transaction->convert_money_format($total_sale_amount) }}
Total Received {{$transaction->systemSettingCurrency()}} {{ $transaction->convert_money_format($total_received) }}
Total Due Amount Till month {{ $transaction->convert_money_format($total_till_month) }}
Total Balance Amount {{$transaction->systemSettingCurrency()}} {{ $transaction->convert_money_format($total_outstanding) }}
{{-- Grand Total End --}}