'Campaign', 'names' => 'Campaigns', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Campaigns', 'sub' => 'Campaigns' ], /** * Singlular and plural name of the module */ 'groups' => [ 'main' => 'Main', 'images' => 'Images', 'details' => 'Details', 'settings' => 'Settings' ], /** * Form sub section name for the module. */ 'sections' => [ 'main' => 'Main', 'details' => 'Details', ], /** * Options for select/radio/check. */ 'options' => [ 'type' => [ [ 'key' => 'Direct', 'value' => 'Direct', 'text' => 'Direct', ], [ 'key' => 'Rotation', 'value' => 'Rotation', 'text' => 'Rotation', ], [ 'key' => 'Blast', 'value' => 'Blast', 'text' => 'Blast', ], ], 'status' => [ [ 'key' => 'Active', 'value' => 'Active', 'text' => 'Active', ], [ 'key' => 'Inactive', 'value' => 'Inactive', 'text' => 'Inactive', ], ], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'team_id' => 'Please enter team id', 'name' => 'Please enter name', 'ref' => 'Please enter ref', 'type' => 'Please select type', 'status' => 'Please select status', 'qualify' => 'Please enter qualify', 'initial_expiry' => 'Please enter initial expiry', 'deleted_at' => 'Please select deleted at', 'updated_at' => 'Please select updated at', 'created_at' => 'Please select created at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'team_id' => 'Team id', 'name' => 'Name', 'ref' => 'Ref', 'type' => 'Type', 'status' => 'Status', 'qualify' => 'Qualify', 'initial_expiry' => 'Initial expiry', 'deleted_at' => 'Deleted at', 'updated_at' => 'Updated at', 'created_at' => 'Created at', ], /** * Label for workflows. */ 'workflow' => [ 'submit' => [ 'label' => 'Submit', 'icon' => 'save', 'varient' => 'outline', ], 'approve' => [ 'label' => 'Approve', 'icon' => 'save', 'varient' => 'outline', ], 'reject' => [ 'label' => 'Reject', 'icon' => 'save', 'varient' => 'danger', ], 'publish' => [ 'label' => 'Publish', 'icon' => 'save', 'varient' => 'outline', ], 'unpublish' => [ 'label' => 'Unpublish', 'icon' => 'save', 'varient' => 'outline', ], 'archive' => [ 'label' => 'Archive', 'icon' => 'save', 'varient' => 'danger', ], 'unarchive' => [ 'label' => 'Unarchive', 'icon' => 'save', 'varient' => 'outline', ], ], // Customize this permissions if needed. /** * Label for actions. */ 'actions' => [ 'copy' => [ 'label' => 'Copy', 'icon' => 'save', 'varient' => 'outline', ], 'empty' => [ 'label' => 'Empty', 'icon' => 'save', 'varient' => 'outline', ], ], ];