'Database', 'names' => 'Databases', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Databases', 'sub' => 'Databases', 'list' => 'List of databases', 'edit' => 'Edit database', 'create' => 'Create new database' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'ref' => 'Please enter ref', 'upload_id' => 'Please enter upload id', 'contacted_at' => 'Please select contacted at', 'contacted_by' => 'Please enter contacted by', 'contacted_status' => 'Please enter contacted status', 'city_id' => 'Please enter city id', 'location_id' => 'Please enter location id', 'sublocation_id' => 'Please enter sublocation id', 'property_id' => 'Please enter property id', 'building_no' => 'Please enter building no', 'bua' => 'Please enter bua', 'unit' => 'Please enter unit', 'plot' => 'Please enter plot', 'name' => 'Please enter name', 'mobile' => 'Please enter mobile', 'phone' => 'Please enter phone', 'email' => 'Please enter email', 'created_by' => 'Please enter created by', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', 'created_at' => 'Please select created at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'ref' => 'Ref', 'upload_id' => 'Upload id', 'contacted_at' => 'Contacted at', 'contacted_by' => 'Contacted by', 'contacted_status' => 'Contacted status', 'city_id' => 'City id', 'location_id' => 'Location id', 'sublocation_id' => 'Sublocation id', 'property_id' => 'Property id', 'building_no' => 'Building no', 'bua' => 'Bua', 'unit' => 'Unit', 'plot' => 'Plot', 'name' => 'Name', 'mobile' => 'Mobile', 'phone' => 'Phone', 'email' => 'Email', 'created_by' => 'Created by', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', 'created_at' => 'Created at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'ref' => ['name' => 'Ref', 'data-column' => 1, 'checked'], 'upload_id' => ['name' => 'Upload id', 'data-column' => 2, 'checked'], 'contacted_at' => ['name' => 'Contacted at', 'data-column' => 3, 'checked'], 'contacted_by' => ['name' => 'Contacted by', 'data-column' => 4, 'checked'], 'contacted_status' => ['name' => 'Contacted status', 'data-column' => 5, 'checked'], 'city_id' => ['name' => 'City id', 'data-column' => 6, 'checked'], 'location_id' => ['name' => 'Location id', 'data-column' => 7, 'checked'], 'sublocation_id' => ['name' => 'Sublocation id', 'data-column' => 8, 'checked'], 'property_id' => ['name' => 'Property id', 'data-column' => 9, 'checked'], 'building_no' => ['name' => 'Building no', 'data-column' => 10, 'checked'], 'bua' => ['name' => 'Bua', 'data-column' => 11, 'checked'], 'unit' => ['name' => 'Unit', 'data-column' => 12, 'checked'], 'plot' => ['name' => 'Plot', 'data-column' => 13, 'checked'], 'name' => ['name' => 'Name', 'data-column' => 14, 'checked'], 'mobile' => ['name' => 'Mobile', 'data-column' => 15, 'checked'], 'phone' => ['name' => 'Phone', 'data-column' => 16, 'checked'], 'email' => ['name' => 'Email', 'data-column' => 17, 'checked'], 'created_by' => ['name' => 'Created by', 'data-column' => 18, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Databases', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];