invoice = $this->createInvoice( sats: 1, memo: 'Test Payment from WebLN', lnbits: [ 'read_key' => '97f6120563e3498b8be4c67023c912ae', 'url' => 'https://bits.codingarena.top', ] ); } public function reloadMe() { // full reload current page return redirect()->route('webln'); } public function logThis($text) { Log::info('WEBLN: ' . $text); } public function render() { return view('livewire.test.web-l-n')->layout('layouts.test'); } }