Call to a member function routeNotificationFor() on null code example
Example: Call to a member function routeNotificationFor() on string
Notification::route('mail', $email)->notify(new NewBooking($email));
Notification::route('mail', $email)->notify(new NewBooking($email));