title($this->notification->title) ->body($this->notification->body) ->icon( '/img/app_icons/icon-192.png') ->data([ 'url' => $this->notification->url, 'notification_id' => $this->notification->id, ]); } }