Invoices Due

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

No invoice due

@endif