@lang('reports.Customer_Indebtness_by_Duration_Detail')

@lang('reports.customer_indebt_detail_sum')

$1200

@lang('reports.filter')

{{--

@lang('reports.Customer_Indebtness_by_Duration_Detail')

@lang('reports.customer_indebtness_by_duration_detail')

@lang('reports.as_of_date') 2020-12-04

--}} @php $totalBalanceDue = 0; @endphp @foreach ($clients as $client) @foreach ($client->accounts as $account) @php $totalBalanceDue += $client->total; @endphp @endforeach @endforeach
@lang('reports.Customer') @lang('reports.Date') @lang('reports.Transaction_Type') @lang('reports.reports_No') @lang('reports.Due_Date') @lang('reports.Amount') @lang('dashboard_sales_expenses.total_before_tax') @lang('dashboard_taxes.tax')
{{ $client->name }} {{ $account->invoice_date ?? $account->notice_date }} {{ str_replace('_',' ',$account->movement_type) }} {{ $account->number }} {{ @optional($account)->due_date ?? null }} {{ $account->invoice_total ?? $account->notice_total }} {{ $account->balance_before_tax ?? $account->balance_before_tax }} {{ $account->taxes_total ?? $account->taxes_total }}
@lang('reports.Email')

@lang('reports.Send_report')

@lang('reports.Send_a_report_to_a_prefered_email')

@lang('reports.To')
@lang('reports.CC')
@lang('reports.Subject')
@lang('reports.Body')
@endsection @section('custom_script') @endsection