'Account', 'names' => 'Accounts', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Accounts', 'sub' => 'Accounts' ], /** * 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' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'name' => 'Please enter name', 'email' => 'Please enter email', 'phone' => 'Please enter phone', 'fax' => 'Please enter fax', 'website' => 'Please enter website', 'address' => 'Please enter address', 'type' => 'Please enter type', 'industry' => 'Please enter industry', 'annual_revenue' => 'Please enter annual revenue', 'employees' => 'Please enter employees', 'notes' => 'Please enter notes', 'description' => 'Please enter description', 'slug' => 'Please enter slug', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'name' => 'Name', 'email' => 'Email', 'phone' => 'Phone', 'fax' => 'Fax', 'website' => 'Website', 'address' => 'Address', 'type' => 'Type', 'industry' => 'Industry', 'annual_revenue' => 'Annual revenue', 'employees' => 'Employees', 'notes' => 'Notes', 'description' => 'Description', 'slug' => 'Slug', 'user_id' => 'User id', 'user_type' => 'User type', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], // Customize this permissions if needed. /** * Label for actions. */ 'actions' => [ 'copy' => [ 'label' => 'Copy', 'icon' => 'save', 'varient' => 'outline', ], 'empty' => [ 'label' => 'Empty', 'icon' => 'save', 'varient' => 'outline', ], ], ];