'Master', 'names' => 'Masters', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Masters', 'sub' => 'Masters' ], /** * 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' => [ 'parent_id' => [ [ 'key' => 11, 'value' => 11, 'text' => 11, ], ], 'status' => [ [ 'key' => 'Show', 'value' => 'Show', 'text' => 'Show', ], [ 'key' => 'Hide', 'value' => 'Hide', 'text' => 'Hide', ], ], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'parent_id' => 'Please enter parent id', 'type' => 'Please enter type', 'name' => 'Please enter name', 'code' => 'Please enter code', 'amount' => 'Please enter amount', 'abbr' => 'Please enter abbr', 'description' => 'Please enter description', 'icon' => 'Please enter icon', 'image' => 'Please enter image', 'images' => 'Please enter images', 'file' => 'Please enter file', 'order' => 'Please enter order', 'status' => 'Please select status', 'extras' => 'Please enter extras', 'slug' => 'Please enter slug', 'deleted_at' => 'Please select deleted at', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'parent_id' => 'Parent id', 'type' => 'Type', 'name' => 'Name', 'code' => 'Code', 'amount' => 'Amount', 'abbr' => 'Abbr', 'description' => 'Description', 'icon' => 'Icon', 'image' => 'Image', 'images' => 'Images', 'file' => 'File', 'order' => 'Order', 'status' => 'Status', 'extras' => 'Extras', 'slug' => 'Slug', 'deleted_at' => 'Deleted at', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], ];