'Bets', 'names' => 'Bets', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Bets', 'sub' => 'Bets', 'list' => 'List of bets', 'edit' => 'Edit bets', 'create' => 'Create new bets' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'user_id' => '', 'game_type' => 'Game Type', 'amount' => 'Amount', 'gt_amount' => 'Gane Type Amount', 'gt_profits' => 'Game Type Profit', 'strike_final_value' => 'Strike Final Value', 'payout' => 'Payout', 'total_profit' => 'Total Profit', 'total_receive_amount' => 'Total Receive Amount', 'ip_address' => '', ], /** * Labels for inputs. */ 'label' => [ 'user_id' => '', 'game_type' => 'Game Type', 'amount' => 'Amount', 'gt_amount' => 'Gane Type Amount', 'gt_profits' => 'Game Type Profit', 'strike_final_value' => 'Strike Final Value', 'payout' => 'Payout', 'total_profit' => 'Total Profit', 'total_receive_amount' => 'Total Receive Amount', 'ip_address' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'game_type' => ['name' => 'Game Type', 'data-column' => 1, 'checked'], 'amount' => ['name' => 'Amount', 'data-column' => 2, 'checked'], 'gt_amount' => ['name' => 'Gane Type Amount', 'data-column' => 3, 'checked'], 'gt_profits' => ['name' => 'Game Type Profit', 'data-column' => 4, 'checked'], 'strike_final_value' => ['name' => 'Strike Final Value', 'data-column' => 5, 'checked'], 'payout' => ['name' => 'Payout', 'data-column' => 6, 'checked'], 'total_profit' => ['name' => 'Total Profit', 'data-column' => 7, 'checked'], 'total_receive_amount' => ['name' => 'Total Receive Amount', 'data-column' => 8, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Bets', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];