'Vendor', 'names' => 'Vendors', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Vendors', 'sub' => 'Vendors' ], /** * 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', 'contact_person' => 'Please enter contact person', 'email' => 'Please enter email', 'phone' => 'Please enter phone', 'fax' => 'Please enter fax', 'website' => 'Please enter website', 'address' => 'Please enter address', 'status' => 'Please enter status', 'services' => 'Please enter services', 'notes' => 'Please enter notes', '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', 'contact_person' => 'Contact person', 'email' => 'Email', 'phone' => 'Phone', 'fax' => 'Fax', 'website' => 'Website', 'address' => 'Address', 'status' => 'Status', 'services' => 'Services', 'notes' => 'Notes', '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', ], ], ];