added viewed status to invoice factory

This commit is contained in:
denisdulici
2020-01-23 17:54:39 +03:00
parent 967849bda7
commit 80f0aee1fc
5 changed files with 41 additions and 28 deletions

View File

@@ -29,6 +29,7 @@ return [
'add_payment' => 'Add Payment',
'mark_paid' => 'Mark Paid',
'mark_sent' => 'Mark Sent',
'mark_viewed' => 'Mark Viewed',
'download_pdf' => 'Download PDF',
'send_mail' => 'Send Email',
'all_invoices' => 'Login to view all invoices',