{{ $loop->iteration }}
{{ $row->title_en . ' ' . $customer_sale->where('currency_id', $row->id)->sum('final_amount') }}
{{ $bname }}
Privite Limited
CUSTOMER PROFILE
NAME # {{ $customer->name }}
DATE {{ date('Y-M-D') }}
DELEGATE To
{{ $customer->name }}
{{ $customer->address }}{{ $loop->iteration }}
{{ $row->title_en . ' ' . $customer_sale->where('currency_id', $row->id)->sum('final_amount') }}
{{ $loop->iteration }}
{{ $row->title_en . ' ' . $customer_recieved->where('currency_id', $row->id)->sum('amount') }}
{{ $loop->iteration }}
{{ $row->title_en . ' ' . $customer_advance->where('currency_id', $row->id)->sum('amount') }}
{{ $loop->iteration }}
{{ $row->title_en . ' ' . $customer_return->where('currency_id', $row->id)->sum('amount') }}
{{ $loop->iteration }}
@php $bills = $customer_sale ->where('currency_id', $row->id) ->sum('final_amount'); $ad = $customer_advance->where('currency_id', $row->id)->sum('amount'); $re = $customer_recieved->where('currency_id', $row->id)->sum('amount'); $ad_re = $ad + $re; @endphp