'Contact', 'names' => 'Contacts', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Contacts', 'sub' => 'Contacts', 'list' => 'List of contacts', 'edit' => 'Edit contact', 'create' => 'Create new contact' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'user_id' => 'Please enter user id', 'title' => 'Please enter title', 'company' => 'Please enter company', 'surname' => 'Please enter surname', 'name' => 'Please enter name', 'category' => 'Please enter category', 'phone' => 'Please enter phone', 'mobile' => 'Please enter mobile', 'fax' => 'Please enter fax', 'email' => 'Please enter email', 'website' => 'Please enter website', 'country_id' => 'Please enter country id', 'state_id' => 'Please enter state id', 'city_id' => 'Please enter city id', 'zipcode' => 'Please enter zipcode', 'street' => 'Please enter street', 'street_no' => 'Please enter street no', 'tags' => 'Please enter tags', 'content' => 'Please enter content', 'images' => 'Please enter images', 'slug' => 'Please enter slug', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'user_id' => 'User id', 'title' => 'Title', 'company' => 'Company', 'surname' => 'Surname', 'name' => 'Name', 'category' => 'Category', 'phone' => 'Phone', 'mobile' => 'Mobile', 'fax' => 'Fax', 'email' => 'Email', 'website' => 'Website', 'country_id' => 'Country id', 'state_id' => 'State id', 'city_id' => 'City id', 'zipcode' => 'Zipcode', 'street' => 'Street', 'street_no' => 'Street no', 'tags' => 'Tags', 'content' => 'Content', 'images' => 'Images', 'slug' => 'Slug', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'title' => ['name' => 'Title', 'data-column' => 1, 'checked'], 'company' => ['name' => 'Company', 'data-column' => 2, 'checked'], 'name' => ['name' => 'Name', 'data-column' => 3, 'checked'], 'category' => ['name' => 'Category', 'data-column' => 4, 'checked'], 'mobile' => ['name' => 'Mobile', 'data-column' => 5, 'checked'], 'email' => ['name' => 'Email', 'data-column' => 6, 'checked'], 'website' => ['name' => 'Website', 'data-column' => 7, 'checked'], 'tags' => ['name' => 'Tags', 'data-column' => 8, 'checked'], 'created_at' => ['name' => 'Created at', 'data-column' => 9, 'checked'], 'deleted_at' => ['name' => 'Deleted at', 'data-column' => 10, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Contacts', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];