@lang('reports.Customer_Indebtness_by_Duration_Detail')
@lang('reports.customer_indebt_detail_sum')
$1200
{{--
@lang('reports.Customer_Indebtness_by_Duration_Detail')
@lang('reports.customer_indebtness_by_duration_detail')
@lang('reports.as_of_date') 2020-12-04
--}}@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 }} | @php $totalBalanceDue += $client->total; @endphp
@lang('reports.Send_report')
@lang('reports.Send_a_report_to_a_prefered_email')