diff --git a/resources/views/invoices/edit.blade.php b/resources/views/invoices/edit.blade.php index 0de42f092dea..e4d0ba7dc431 100644 --- a/resources/views/invoices/edit.blade.php +++ b/resources/views/invoices/edit.blade.php @@ -304,7 +304,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