false]); state(['currentPubkey' => null]); state(['members' => []]); on([ 'nostrLoggedIn' => function ($pubkey) { $this->currentPubkey = $pubkey; $this->currentPleb = \App\Models\EinundzwanzigPleb::query() ->where('pubkey', $pubkey)->first(); if($this->currentPleb->association_status->value < 3) { return redirect()->route('association.profile'); } $this->isAllowed = true; }, ]); ?> @volt
@endvolt