نن ورځ خریداری
@foreach ($currency as $row)
{{ $purchase->where('currency_id', $row->id)->where('date', $date)->sum('grand_total') .' ' .$row->title_ps }}
@endforeach

Add new

نن ورځ پرداخت
@foreach ($currency as $row)
{{ $payment->where('currency_id', $row->id)->where('date', $date)->sum('payment') .' ' .$row->title_ps }}
@endforeach

Add new

نن ورځ بیلانس
@foreach ($currency as $row)
{{ $purchase->where('currency_id', $row->id)->where('date', $date)->sum('grand_total') -$payment->where('currency_id', $row->id)->where('date', $date)->sum('payment') .' ' .$row->title_ps }}
@endforeach

Add new

روانی میاشتی خریداری
@foreach ($currency as $row)
{{ $purchase->where('currency_id', $row->id)->where('date', '>=', $this_month)->sum('grand_total') .' ' .$row->title_ps }}
@endforeach

Add new

روانی میاشتی پراداخت
@foreach ($currency as $row)
{{ $payment->where('currency_id', $row->id)->where('date', '>=', $this_month)->sum('payment') .' ' .$row->title_ps }}
@endforeach

Add new

روانی میاشتی بیلانس
@foreach ($currency as $row)
{{ $purchase->where('currency_id', $row->id)->where('date', '>=', $this_month)->sum('grand_total') -$payment->where('currency_id', $row->id)->where('date', '>=', $this_month)->sum('payment') .' ' .$row->title_ps }}
@endforeach

Add new

د ټوله خریداری
@foreach ($currency as $row)
{{ $purchase->where('currency_id', $row->id)->sum('grand_total') . ' ' . $row->title_ps }}
@endforeach

Add new

ټول پرداختونه
@foreach ($currency as $row)
{{ $payment->where('currency_id', $row->id)->sum('payment') . ' ' . $row->title_ps }}
@endforeach

Add new

ټول بیلانس
@foreach ($currency as $row)
{{ $purchase->where('currency_id', $row->id)->sum('grand_total') - $payment->where('currency_id', $row->id)->sum('payment') . ' ' . $row->title_ps }}
@endforeach

Add new

نن ورځ سیف ته راعلی
@foreach ($currency as $row)
{{ $cash->where('currency_id', $row->id)->where('date', $date)->sum('income') .' ' .$row->title_ps }}
@endforeach

Add new

نن ورځ دخل نه تللی
@foreach ($currency as $row)
{{ $cash->where('currency_id', $row->id)->where('date', $date)->sum('outgoing') .' ' .$row->title_ps }}
@endforeach

Add new

نن ورځ د دخل بیلانس
@foreach ($currency as $row)
{{ $cash->where('currency_id', $row->id)->where('date', $date)->sum('income') -$cash->where('currency_id', $row->id)->where('date', $date)->sum('outgoing') .' ' .$row->title_ps }}
@endforeach

Add new

This Month Income Cash
@foreach ($currency as $row)
{{ $cash->where('currency_id', $row->id)->where('date', '>=', $this_month)->sum('income') .' ' .$row->title_ps }}
@endforeach

Add new

This Month Outgoing Cash
@foreach ($currency as $row)
{{ $cash->where('currency_id', $row->id)->where('date', '>=', $this_month)->sum('outgoing') .' ' .$row->title_ps }}
@endforeach

Add new

This Month Cash Balance
@foreach ($currency as $row)
{{ $cash->where('currency_id', $row->id)->where('date', '>=', $this_month)->sum('income') -$cash->where('currency_id', $row->id)->where('date', '>=', $this_month)->sum('outgoing') .' ' .$row->title_ps }}
@endforeach

Add new

Total Income Cash
@foreach ($currency as $row)
{{ $cash->where('currency_id', $row->id)->sum('income') . ' ' . $row->title_ps }}
@endforeach

Add new

Total Outgoing Cash
@foreach ($currency as $row)
{{ $cash->where('currency_id', $row->id)->sum('outgoing') . ' ' . $row->title_ps }}
@endforeach

Add new

Total Cash Balance
@foreach ($currency as $row)
{{ $cash->where('currency_id', $row->id)->sum('income') - $cash->where('currency_id', $row->id)->sum('outgoing') . ' ' . $row->title_ps }}
@endforeach

Add new

Today Sarafi/bnak WithDrow/به نام
@foreach ($currency as $row)
{{ $bank->where('currency_id', $row->id)->where('date', $date)->sum('income') .' ' .$row->title_ps }}
@endforeach

Add new

Today Sarafi/Bank Deposit/جمع
@foreach ($currency as $row)
{{ $bank->where('currency_id', $row->id)->where('date', $date)->sum('outgoing') .' ' .$row->title_ps }}
@endforeach

Add new

Today Sarafi/Balance
@foreach ($currency as $row)
{{ $bank->where('currency_id', $row->id)->where('date', $date)->sum('income') -$bank->where('currency_id', $row->id)->where('date', $date)->sum('outgoing') .' ' .$row->title_ps }}
@endforeach

Add new

This Month Sarafi/bnak WithDrow/به نام
@foreach ($currency as $row)
{{ $bank->where('currency_id', $row->id)->where('date', '>=', $this_month)->sum('income') .' ' .$row->title_ps }}
@endforeach

Add new

This Month Sarafi/Bank Deposit/جمع
@foreach ($currency as $row)
{{ $bank->where('currency_id', $row->id)->where('date', '>=', $this_month)->sum('outgoing') .' ' .$row->title_ps }}
@endforeach

Add new

This Month Sarafi/Balance
@foreach ($currency as $row)
{{ $bank->where('currency_id', $row->id)->where('date', '>=', $this_month)->sum('income') -$bank->where('currency_id', $row->id)->where('date', '>=', $this_month)->sum('outgoing') .' ' .$row->title_ps }}
@endforeach

Add new

Total Sarafi/bnak WithDrow/به نام
@foreach ($currency as $row)
{{ $bank->where('currency_id', $row->id)->sum('income') . ' ' . $row->title_ps }}
@endforeach

Add new

Total Sarafi/Bank Deposit/جمع
@foreach ($currency as $row)
{{ $bank->where('currency_id', $row->id)->sum('outgoing') . ' ' . $row->title_ps }}
@endforeach

Add new

Total Sarafi/Balance
@foreach ($currency as $row)
{{ $bank->where('currency_id', $row->id)->sum('income') - $bank->where('currency_id', $row->id)->sum('outgoing') . ' ' . $row->title_ps }}
@endforeach

Add new

Today Expenses
@foreach ($currency as $row)
{{ $expense->where('currency_id', $row->id)->where('date', $date)->sum('amount') .' ' .$row->title_ps }}
@endforeach

Add new

This Month Expense
@foreach ($currency as $row)
{{ $expense->where('currency_id', $row->id)->where('date', '>=', $this_month)->sum('amount') .' ' .$row->title_ps }}
@endforeach

Add new

Total Expense
@foreach ($currency as $row)
{{ $expense->where('currency_id', $row->id)->sum('amount') . ' ' . $row->title_ps }}
@endforeach

Add new