@lang('reports.Supplier_Indebtness_by_Duration_Summary')

@lang('reports.supplier_indebt_summary_sum')

${{ $total }}

@if($errors->all()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif @if(session('message'))
{{ session('message') }}
@endif

@lang('reports.filter')

@lang('reports.Supplier_Indebtness_by_Duration_Summary')

@lang('reports.Supplier_Indebtness_by_Duration_Summary')

@foreach ($suppliers as $supplier) @endforeach
@lang('reports.Supplier') 1:30 31:40 41:50 51:60 61:70 71:80 81:90 @lang('reports.91_and_above')

${{ $supplier->first_thirty }}

${{ $supplier->thirty_to_fourth }}

${{ $supplier->fourth_to_fifth }}

${{ $supplier->fifth_to_sixth }}

${{ $supplier->sixth_to_seventh }}

${{ $supplier->seventh_to_eighth }}

${{ $supplier->eighth_to_ninth }}

${{ $supplier->ninth_to_above }}

@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