PRONDL


@lang('reports.supplier_indebtness_by_duration_detail')

@lang('reports.supplier_indebt_detail_sum')

{{ $total }}

@foreach ($suppliers as $supplier) @foreach ($supplier->indebtness as $indebetbess) @foreach ($indebetbess as $item) @endforeach @endforeach @endforeach
@lang('reports.Date') @lang('reports.Transaction_Type') @lang('reports.reports_No') @lang('reports.Supplier') @lang('reports.Location') @lang('reports.Due_Date') @lang('reports.Past_Due') @lang('dashboard_priceoffer.balance_due')
{{ $supplier->name }} {{ $item->invoice_date ?? $item->notice_date }} {{ str_replace('Supplier','',class_basename($item)) }} {{ $item->number }} {{ $item->shipping_address }} {{ $item->due_date }} @if($item->due_date) {{ Carbon\Carbon::parse($item->due_date)->diffInDays(Carbon\Carbon::now()) }}@endif {{ $item->invoice_total ?? $item->notice_total }}