url(); $participant = computed(function () { return Participant::findByToken($this->token); }); $userData = computed(function () { return $this->participant->getUserData(); }); ?> @if($this->participant)
{{ $this->participant }}
@if($this->userData)

{{ $this->userData['data']['username'] }}

@endif
@endif