added export and improved import
This commit is contained in:
@ -100,6 +100,7 @@ return [
|
||||
'overdue' => 'Overdue',
|
||||
'partially' => 'Partially',
|
||||
'partially_paid' => 'Partially Paid',
|
||||
'export' => 'Export',
|
||||
|
||||
'title' => [
|
||||
'new' => 'New :type',
|
||||
|
@ -4,6 +4,6 @@ return [
|
||||
|
||||
'import' => 'Import',
|
||||
'title' => 'Import :type',
|
||||
'message' => 'Allowed file types: CSV, XLS. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
|
||||
'message' => 'Allowed file types: XLS, XLSX. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user