Invoices Due

@if(($list=\App\Models\Account::InvoicesDue())->count()) @include('theme.backend.adminlte.invoice.widget.due',['type'=>'all']) @else

No invoice due

@endif