If there is a need to add notifications to the MoonShine notification center, then use the MoonShine\Notifications\MoonShineNotification class.
    use MoonShine\Notifications\MoonShineNotification;
MoonShineNotification::send(
    message: 'Notification message',
        button: ['link' => 'https://moonshine.cutcode.dev', 'label' => 'Click me'],
        ids: [1,2,3],
        color: 'green'
);
    
    use MoonShine\Notifications\MoonShineNotification;
 
MoonShineNotification::send(
    message: 'Notification message',
    // Optional button
    button: ['link' => 'https://moonshine.cutcode.dev', 'label' => 'Click me'],
    // Optional id of administrators (default to all)
    ids: [1,2,3],
    // Optional icon color (purple, pink, blue, green, yellow, red, gray)
    color: 'green'
);
use MoonShine\Notifications\MoonShineNotification;
MoonShineNotification::send(
    message: 'Notification message',
    // Optional button
    button: ['link' => 'https://moonshine.cutcode.dev', 'label' => 'Click me'],
    // Optional id of administrators (default to all)
    ids: [1,2,3],
    // Optional icon color (purple, pink, blue, green, yellow, red, gray)
    color: 'green'
);
use MoonShine\Notifications\MoonShineNotification;
 
MoonShineNotification::send(
    message: 'Notification message',
    // Optional button
    button: ['link' => 'https://moonshine.cutcode.dev', 'label' => 'Click me'],
    // Optional id of administrators (default to all)
    ids: [1,2,3],
    // Optional icon color (purple, pink, blue, green, yellow, red, gray)
    color: 'green'
);
use MoonShine\Notifications\MoonShineNotification;
MoonShineNotification::send(
    message: 'Notification message',
    // Optional button
    button: ['link' => 'https://moonshine.cutcode.dev', 'label' => 'Click me'],
    // Optional id of administrators (default to all)
    ids: [1,2,3],
    // Optional icon color (purple, pink, blue, green, yellow, red, gray)
    color: 'green'
);