{{__('Invoices Summary')}}
{{-- currency filter --}}
{!! Form::label('filter_invoices_summary_currency', 'Currency') !!} {!! Form::select('filter_invoices_summary_currency', collect($invoiceSummary)->unique()->pluck('currency', 'currency'), '', [ 'class' => 'form-select', 'data-kt-select2' => 'true', 'id' => 'invoiceAmountSummaryFilterCurrency', 'data-placeholder' => 'All', 'data-allow-clear' => 'true', 'multiple' => 'multiple' ]) !!}
{{-- type filter --}}
{!! Form::label('filter_invoices_summary_type', 'Invoice Type') !!} {!! Form::select('filter_invoices_summary_type', [ 'Regular' => 'Contract', 'Competition' => 'Competition', 'Expense' => 'Expense', ], '', [ 'class' => 'form-select', 'data-kt-select2' => 'true', 'id' => 'invoiceAmountSummaryFilterType', 'data-placeholder' => 'All', 'data-allow-clear' => 'true', 'multiple' => 'multiple' ]) !!}
{{__('Invoices Payment Stats')}}
{!! Form::label('filter_invoices_count_type', 'Invoice Type') !!} {!! Form::select('filter_invoices_count_type', [ 'Contract' => [ 'Regular' => 'Regular', 'Down Payment' => 'Down Payment', 'cont-authority' => 'Authority Invoice', ], 'Expense' => [ 'Expense' => 'Regular', 'exp-authority' => 'Authority Invoice', ], 'Competition' => [ 'Competition' => 'Regular', 'comp-authority' => 'Authority Invoice', ], ], '', [ 'class' => 'form-select filter_invoices_count_type', 'data-kt-select2' => 'true', 'data-placeholder' => 'All', 'data-allow-clear' => 'true', 'multiple' => 'multiple' ]) !!}
0
{{__('Total Invoices')}}
0
{{__('Paid Invoices')}}
0
{{__('Unpaid Invoices')}}
0
{{__('Partially Paid Invoices')}}
0
{{__('Retention Withheld')}}
0
{{__('Overdue Invoices')}}
@push('scripts') @endpush