Update navigation groups for various resources: change ManageCtaSettings to 'Home', CommentResource and NewsResource to 'News', and add 'Brands' for BrandResource. Update navigation icon for SolutionResource to 'heroicon-o-light-bulb'.

This commit is contained in:
2025-07-28 20:08:37 +05:00
parent 7fdb99cc79
commit b23f537086
5 changed files with 6 additions and 4 deletions

View File

@@ -21,6 +21,8 @@ class BrandResource extends Resource
protected static ?string $navigationIcon = 'heroicon-o-tag';
protected static ?string $navigationGroup = 'Brands';
public static function form(Form $form): Form
{
return $form