'Location', 'names' => 'Locations', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Locations', 'sub' => 'Locations' ], /** * 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' => [ 'type' => [ [ 'key' => 'Continent', 'value' => 'Continent', 'text' => 'Continent', ], [ 'key' => 'Country', 'value' => 'Country', 'text' => 'Country', ], [ 'key' => 'State', 'value' => 'State', 'text' => 'State', ], [ 'key' => 'Location', 'value' => 'Location', 'text' => 'Location', ], [ 'key' => 'Sublocation', 'value' => 'Sublocation', 'text' => 'Sublocation', ], ], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'parent_id' => 'Please enter parent id', 'type' => 'Please select type', 'slug' => 'Please enter slug', 'name' => 'Please enter name', 'code' => 'Please enter code', 'details' => 'Please enter details', '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', 'user_type' => 'User type', 'parent_id' => 'Parent id', 'type' => 'Type', 'slug' => 'Slug', 'name' => 'Name', 'code' => 'Code', 'details' => 'Details', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], ];