Payment and Revenue show page development

This commit is contained in:
Burak Civan
2021-06-23 13:37:02 +03:00
parent 5d10aa5b49
commit 9c6b3ffb25
6 changed files with 395 additions and 19 deletions

View File

@@ -37,6 +37,11 @@ return [
'create_bill' => 'Create Bill',
'receive_bill' => 'Receive Bill',
'make_payment' => 'Make Payment',
'payment_history' => 'Payment History',
'payment_made' => 'Payment Made',
'overdue_payment' => 'Overdue Payment',
'payment_date' => 'Payment Date',
'related_bill' => 'Related Bill',
'messages' => [
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.',