Push notifications to Ionic Vue app from Laravel backend

I have Laravel backend app that communicates with Ionic Vue app. I also use Pusher to send notifications from Laravel application to client app. All this works fine but i want to implement push notification system. Can client application show push notification when my Laravel app notifies (through Pusher) client app thatsomething has happened?