*/ public function handle(): array { return []; } public function asController(): Response { session()->put('menu', 'member'); session()->put('title', 'Rechnungen erstellen'); return Inertia::render('allpayment/VForm', $this->handle()); } }