| 12345678910111213141516171819202122232425262728293031 |
- <?php
-
- return [
-
- /*
- |--------------------------------------------------------------------------
- | Words Language Lines
- |--------------------------------------------------------------------------
- |
- | The following line of language is the word found in the application
- |
- */
-
- 'active' => 'Active',
- 'not_active' => 'Not Active',
- 'male' => 'Male',
- 'female' => 'Female',
- 'income' => 'Income',
- 'expense' => 'Expense',
- 'today' => 'Today',
- 'total' => 'Total',
- 'transaction' => 'Transaction',
- 'expense' => 'Expense',
- 'laundry_type' => 'Laundry Type',
- 'product_type' => 'Product Type',
- 'transaction_statistic' => 'Transaction Statistic',
- 'expense_statistic' => 'Expense Statistic',
- 'transaction_outlet_statistic' => 'Transaction Statistic/Outlet',
-
- ];
|