{{translate('date')}}:{{date("Y-m-d")}} {{$account->debtor->name}} |
|
|
# | {{translate('date')}} | {{translate('description')}} | {{translate('amount')}} | {{translate('paid')}} | {{translate('balance owed')}} |
---|---|---|---|---|---|
{{translate('total')}} | {{currency_converter($account->amount)}} | {{currency_converter(\App\Models\AccountPayment::where('account_id',$account->id)->sum('amount'))}} |