PRONDL


@lang('reports.Sales_by_Customer_Detail')

@if($from)@lang('reports.from') {{ $from }} @endif @if($to) @lang('reports.to') {{ $to }} @endif

@lang('reports.sales_customer_detail_sum')

{{ $total }}

@foreach ($clients as $client) @foreach($client->collection as $collection) {{-- --}} {{-- --}} {{-- --}} @endforeach @endforeach
@lang('reports.Date') @lang('reports.Transaction_Type') @lang('reports.reports_No') تاريخ الاستحقاق المبلغ المستحق الضريبة السعر بدون ضريبة السعر شامل الضريبة السعر بدون ضريبة او خصم

{{ $collection->created_at->toDateString() }}

{{ $collection->type }} {{ $collection->number }} {{ $collection->due_date }} @if($collection->type != 'voucher') {{ $collection->balance_due }}@endif {{ $collection->taxes_total }} {{ $collection->balance_before_tax }} {{ $collection->invoice_total }}10{{ $collection->balance_before_tax - $collection->discount }}120$$1000