diff --git a/resources/views/invoices/edit.blade.php b/resources/views/invoices/edit.blade.php index dd7b00f24126..dc297bc2bfe5 100644 --- a/resources/views/invoices/edit.blade.php +++ b/resources/views/invoices/edit.blade.php @@ -327,7 +327,12 @@
  • {{ trans("texts.terms") }}
  • {{ trans("texts.footer") }}
  • @if ($account->hasFeature(FEATURE_DOCUMENTS)) -
  • {{ trans("texts.invoice_documents") }}
  • +
  • + {{ trans("texts.invoice_documents") }} + @if (count($invoice->documents)) + ({{ count($invoice->documents) }}) + @endif +
  • @endif