safe()->except('positions')); foreach ($request->validated('positions') as $position) { $invoice->positions()->create($position); } Succeeded::message('Rechnung erstellt.')->dispatch(); } }