dispatch('purchase.context', property: 'quantity', value: 1); $this->dispatch('purchase.next'); } public function render() { return <<<'HTML'
This is step after auth. Currently logged in user is {{ $context['contact']['email'] }}.
HTML; } }