db); } public function render() { return render('components.livewire.pdf-slot', [ 'invitation' => $this->invitation, 'entity' => $this->entity, ]); } public function getPdf() { $this->pdf = $this->entity->fullscreenPdfViewer($this->invitation); } }