Update navigation groups for various resources: change navigation group names for AboutPageSettings, ContactPageSettings, AuthorResource, BrandResource, CommentResource, InternshipResource, NewsResource, SolutionResource, SuccessResource, and TeamMemberResource to better reflect their content. Enhance panel navigation structure by adding new groups for improved organization.
This commit is contained in:
@@ -20,7 +20,7 @@ class AuthorResource extends Resource
|
||||
|
||||
protected static ?string $navigationIcon = 'heroicon-o-users';
|
||||
|
||||
protected static ?string $navigationGroup = 'News';
|
||||
protected static ?string $navigationGroup = 'News & Stories';
|
||||
|
||||
public static function form(Form $form): Form
|
||||
{
|
||||
|
||||
@@ -21,7 +21,7 @@ class BrandResource extends Resource
|
||||
|
||||
protected static ?string $navigationIcon = 'heroicon-o-tag';
|
||||
|
||||
protected static ?string $navigationGroup = 'Brands';
|
||||
protected static ?string $navigationGroup = 'Home';
|
||||
|
||||
public static function form(Form $form): Form
|
||||
{
|
||||
|
||||
@@ -19,7 +19,7 @@ class CommentResource extends Resource
|
||||
|
||||
protected static ?string $navigationIcon = 'heroicon-o-chat-bubble-bottom-center-text';
|
||||
|
||||
protected static ?string $navigationGroup = 'News';
|
||||
protected static ?string $navigationGroup = 'News & Stories';
|
||||
|
||||
public static function form(Form $form): Form
|
||||
{
|
||||
|
||||
@@ -18,7 +18,7 @@ class InternshipResource extends Resource
|
||||
{
|
||||
protected static ?string $model = Internship::class;
|
||||
|
||||
protected static ?string $navigationGroup = 'Internships';
|
||||
protected static ?string $navigationGroup = 'Careers';
|
||||
|
||||
protected static ?string $navigationIcon = 'heroicon-o-academic-cap';
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ class NewsResource extends Resource
|
||||
|
||||
protected static ?string $navigationIcon = 'heroicon-o-newspaper';
|
||||
|
||||
protected static ?string $navigationGroup = 'News';
|
||||
protected static ?string $navigationGroup = 'News & Stories';
|
||||
|
||||
public static function form(Form $form): Form
|
||||
{
|
||||
|
||||
@@ -17,7 +17,7 @@ class SolutionResource extends Resource
|
||||
|
||||
protected static ?string $navigationIcon = 'heroicon-o-light-bulb';
|
||||
|
||||
protected static ?string $navigationGroup = 'Solutions';
|
||||
protected static ?string $navigationGroup = 'Our Solutions';
|
||||
|
||||
public static function form(Form $form): Form
|
||||
{
|
||||
|
||||
@@ -22,7 +22,7 @@ class SuccessResource extends Resource
|
||||
|
||||
protected static ?string $navigationIcon = 'heroicon-o-bookmark-square';
|
||||
|
||||
protected static ?string $navigationGroup = 'Success Stories';
|
||||
protected static ?string $navigationGroup = 'News & Stories';
|
||||
|
||||
public static function form(Form $form): Form
|
||||
{
|
||||
|
||||
@@ -26,7 +26,7 @@ class TeamMemberResource extends Resource
|
||||
|
||||
protected static ?string $navigationIcon = 'heroicon-o-users';
|
||||
|
||||
protected static ?string $navigationGroup = 'CMS';
|
||||
protected static ?string $navigationGroup = 'About US';
|
||||
|
||||
public static function form(Form $form): Form
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user