contact) { $this->contact = $this->entity->client->primary_contact()->first(); } $invitation = $this->entity->invitations->where('client_contact_id', $this->contact->id)->first(); if (! $invitation) { $invitation = $this->entity->invitations->first(); } return (new CreateRawPdf($invitation))->handle(); } }