19 lines
		
	
	
		
			655 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			655 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'account_name'          => 'Account Name',
 | |
|     'number'                => 'Number',
 | |
|     'opening_balance'       => 'Opening Balance',
 | |
|     'current_balance'       => 'Current Balance',
 | |
|     'bank_name'             => 'Bank Name',
 | |
|     'bank_phone'            => 'Bank Phone',
 | |
|     'bank_address'          => 'Bank Address',
 | |
|     'default_account'       => 'Default Account',
 | |
|     'incoming'              => 'Incoming',
 | |
|     'outgoing'              => 'Outgoing',
 | |
|     'see_performance'       => 'See Performance',
 | |
|     'create_report'         => 'If you want to see account performance. You can create Income vs Expense report instance.',
 | |
| 
 | |
| ];
 |