'Coin', 'names' => 'Coins', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Coins', 'sub' => 'Coins', 'list' => 'List of coins', 'edit' => 'Edit coin', 'create' => 'Create new coin' ], /** * Options for select/radio/check. */ 'options' => [ 'status' => ['1','0'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'name' => 'Name', 'Label' => 'Label', 'status' => '', 'fee' => 'Fee', 'description' => '', ], /** * Labels for inputs. */ 'label' => [ 'name' => 'Name', 'Label' => 'Label', 'status' => 'Status', 'fee' => 'Fee', 'description' => 'Description', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'name' => ['name' => 'Name', 'data-column' => 1, 'checked'], 'Label' => ['name' => 'Label', 'data-column' => 2, 'checked'], 'status' => ['name' => 'Status', 'data-column' => 3, 'checked'], 'fee' => ['name' => 'Fee', 'data-column' => 4, 'checked'], 'description' => ['name' => 'Description', 'data-column' => 5, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Coins', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];