{{-- Grand Total Start --}}
{{-- @if( $template == 2) @endif --}}
Total 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) }}
Total Surcharge Paid {{ $transaction->convert_money_format($total_surcharge_paid) }}
{{-- Grand Total End --}}