'Transaction', 'names' => 'Transactions', 'title' => [ 'user' => 'My Transactions', 'admin' => 'Transactions', 'sub' => [ 'user' => 'Transactions created by me', 'admin' => 'Transactions', ], ], /** * Options for select/radio/check. */ 'options' => [ 'type' => ['debit' => 'debit','credit' =>'credit'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'transactionable_id' => 'Please enter transactionable_id', 'transactionable_type' => 'Please enter transactionable_type', 'amount' => 'Please enter amount', 'type' => 'Select type', ], /** * Labels for inputs. */ 'label' => [ 'transactionable_id' => 'Transactionable id', 'transactionable_type' => 'Transactionable type', 'amount' => 'Amount', 'type' => 'Type', 'status' => 'Status', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], /** * Tab labels */ 'tab' => [ 'name' => 'Name', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];