Rename allpayment Form component
This commit is contained in:
parent
43077016a6
commit
5f1621b700
|
@ -16,7 +16,7 @@ class AllpaymentController extends Controller
|
|||
session()->put('menu', 'member');
|
||||
session()->put('title', 'Rechnungen erstellen');
|
||||
|
||||
return \Inertia::render('allpayment/Form');
|
||||
return \Inertia::render('allpayment/VForm');
|
||||
}
|
||||
|
||||
public function store(Request $request): RedirectResponse
|
||||
|
|
Loading…
Reference in New Issue