'Upload', 'names' => 'Uploads', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Uploads', 'sub' => 'Uploads', 'list' => 'List of uploads', 'edit' => 'Edit upload', 'create' => 'Create new upload' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', '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', 'plot' => 'Please enter plot', 'file' => 'Please enter file', 'slug' => 'Please enter slug', 'user_id' => 'Please enter user id', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'city_id' => 'City id', 'location_id' => 'Location id', 'sublocation_id' => 'Sublocation id', 'property_id' => 'Property id', 'building_no' => 'Building no', 'plot' => 'Plot', 'file' => 'File', 'slug' => 'Slug', 'user_id' => 'User id', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'city_id' => ['name' => 'City id', 'data-column' => 1, 'checked'], 'location_id' => ['name' => 'Location id', 'data-column' => 2, 'checked'], 'sublocation_id' => ['name' => 'Sublocation id', 'data-column' => 3, 'checked'], 'property_id' => ['name' => 'Property id', 'data-column' => 4, 'checked'], 'building_no' => ['name' => 'Building no', 'data-column' => 5, 'checked'], 'plot' => ['name' => 'Plot', 'data-column' => 6, 'checked'], 'file' => ['name' => 'File', 'data-column' => 7, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Uploads', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];